aboutsummaryrefslogtreecommitdiffstats
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
commit502d8e63579d098a8c5b7d25b17b5fe286713fe5 (patch)
tree1b91f587f0b5f8bc2c3a3267a7ad32997d2c5290 /package/devel/oprofile/Makefile
parent49058e0cfd825a57640c4592c67519910eec1bf5 (diff)
downloadmaster-187ad058-502d8e63579d098a8c5b7d25b17b5fe286713fe5.tar.gz
master-187ad058-502d8e63579d098a8c5b7d25b17b5fe286713fe5.tar.bz2
master-187ad058-502d8e63579d098a8c5b7d25b17b5fe286713fe5.zip
oprofile: update to 0.9.9, fix compile error
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41035 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 884c54bc31..c758cbc4d3 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>