From: Hauke Mehrtens Date: Sat, 11 May 2019 22:43:52 +0000 (+0200) Subject: valgrind: Update to version 3.15.0 X-Git-Tag: v19.07.0-rc1~654 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a489f72ab561d0c325621cd878433a0149850e25 valgrind: Update to version 3.15.0 Signed-off-by: Hauke Mehrtens --- diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index d3844c2388..0c5b0cffd4 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=valgrind -PKG_VERSION:=3.14.0 +PKG_VERSION:=3.15.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://sourceware.org/pub/valgrind/ -PKG_HASH:=037c11bfefd477cc6e9ebe8f193bb237fe397f7ce791b4a4ce3fa1c6a520baa5 +PKG_HASH:=417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-2.0+