valgrind: update to 3.13.0

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-02-12 01:05:15 +01:00
parent f7cc27d9b2
commit 729efcd77a

View File

@ -17,12 +17,12 @@
################################################################################
PKG_NAME="valgrind"
PKG_VERSION="3.12.0"
PKG_SHA256="67ca4395b2527247780f36148b084f5743a68ab0c850cb43e4a5b4b012cf76a1"
PKG_VERSION="3.13.0"
PKG_SHA256="d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://valgrind.org/"
PKG_URL="http://valgrind.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="ftp://sourceware.org/pub/valgrind/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="debug"
PKG_SHORTDESC="A tool to help find memory-management problems in programs"