[openwrt/openwrt] valgrind: update to 3.20.0

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 5 13:57:53 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8623a449c2d9617cd802ca892d443f4efc116794

commit 8623a449c2d9617cd802ca892d443f4efc116794
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Nov 1 00:36:37 2022 +0100

    valgrind: update to 3.20.0
    
    Release Notes:
    https://valgrind.org/docs/manual/dist.news.html
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/devel/valgrind/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index c179f2b39c..bbd01ce37d 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.19.0
+PKG_VERSION:=3.20.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://sourceware.org/pub/valgrind/
-PKG_HASH:=dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02
+PKG_HASH:=8536c031dbe078d342f121fa881a9ecd205cb5a78e639005ad570011bdb9f3c6
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=GPL-2.0+




More information about the lede-commits mailing list