summaryrefslogtreecommitdiff
path: root/package/valgrind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/valgrind/Makefile')
-rw-r--r--package/valgrind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/valgrind/Makefile b/package/valgrind/Makefile
index abf6f5a47..5940b1afe 100644
--- a/package/valgrind/Makefile
+++ b/package/valgrind/Makefile
@@ -4,15 +4,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= valgrind
-PKG_VERSION:= 3.5.0
+PKG_VERSION:= 3.6.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= f03522a4687cf76c676c9494fcc0a517
+PKG_MD5SUM:= b289c5f4ab8e39741602445f1dd09b34
PKG_DESCR:= memory management debugging
PKG_SECTION:= debug
PKG_URL:= http://valgrind.org/
PKG_SITES:= http://valgrind.org/downloads/
-PKG_ARCH_DEPENDS:= x86 x86_64
+PKG_ARCH_DEPENDS:= x86 x86_64 native
PKG_HOST_DEPENDS:= !darwin
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2