summaryrefslogtreecommitdiff
path: root/package/devel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-01 09:53:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-01 09:53:34 +0000
commitc3db0305028596a1e749c794c998acc20095baa6 (patch)
tree6ed2286fbf551b197af8a3b313072c48ea3160d3 /package/devel
parent72f5901eb187fa2cedd1e6d69030c208620cce23 (diff)
downloadmtk-20170518-c3db0305028596a1e749c794c998acc20095baa6.zip
mtk-20170518-c3db0305028596a1e749c794c998acc20095baa6.tar.gz
mtk-20170518-c3db0305028596a1e749c794c998acc20095baa6.tar.bz2
valgrind: update to v3.8.1
Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36143
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/valgrind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index dfefa09..b3fb210 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=valgrind
-PKG_VERSION:=3.8.0
+PKG_VERSION:=3.8.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://valgrind.org/downloads/
-PKG_MD5SUM:=ec04dfd1256307432b2a7b520398c526
+PKG_MD5SUM:=288758010b271119a0ffc0183f1d6e38
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>