diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-02 21:58:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-02 21:58:13 +0100 |
commit | 6c8d9ddc36b7deeda80a92d4635e99cd4bc85a41 (patch) | |
tree | a6ca4044b49311b7d0b91117cf164664c8995bff /package/valgrind/Makefile | |
parent | c645d34d866a8c812616d05c9a738dab519f0b55 (diff) |
update to latest upstream version, no patches required, seems to be added upstream.
Diffstat (limited to 'package/valgrind/Makefile')
-rw-r--r-- | package/valgrind/Makefile | 6 |
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 |