valgrind: update to 3.10.1.

This commit is contained in:
Eivind Uggedal 2014-11-26 09:05:38 +00:00
parent 53438be21c
commit 22df218187

View file

@ -1,6 +1,6 @@
# Template file for 'valgrind'
pkgname=valgrind
version=3.10.0
version=3.10.1
revision=1
only_for_archs="i686 x86_64 armv7l"
build_style=gnu-configure
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://valgrind.org/"
license="GPL-2"
distfiles="http://www.valgrind.org/downloads/${pkgname}-${version}.tar.bz2"
checksum=03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9
checksum=fa253dc26ddb661b6269df58144eff607ea3f76a9bcfe574b0c7726e1dfcb997
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"