summaryrefslogtreecommitdiff
path: root/package/devel/oprofile/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-06 10:51:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-06 10:51:44 +0000
commit5d680ffda8f34ffba86817a2039d4e01383bdb36 (patch)
tree7010503e4766e3cf452395729229bba4d2a1594a /package/devel/oprofile/Makefile
parentb1c3bf7cf0ff6c2e5d033607a32c17147d9e8ada (diff)
downloadmtk-20170518-5d680ffda8f34ffba86817a2039d4e01383bdb36.zip
mtk-20170518-5d680ffda8f34ffba86817a2039d4e01383bdb36.tar.gz
mtk-20170518-5d680ffda8f34ffba86817a2039d4e01383bdb36.tar.bz2
oprofile: update to 0.9.9, fix compile error
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41035
Diffstat (limited to 'package/devel/oprofile/Makefile')
-rw-r--r--package/devel/oprofile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile
index 884c54b..c758cbc 100644
--- a/package/devel/oprofile/Makefile
+++ b/package/devel/oprofile/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=oprofile
-PKG_VERSION:=0.9.7
+PKG_VERSION:=0.9.9
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/oprofile/
-PKG_MD5SUM:=8b5d1d9b65f84420bcc3234777ad3be3
+PKG_MD5SUM:=00aec1287da2dfffda17a9b1c0a01868
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>