valgrind: update to 3.20.0

release notes:
- https://valgrind.org/docs/manual/dist.news.html
This commit is contained in:
Rudi Heitbaum 2022-10-27 09:33:51 +00:00
parent a0a0ec37c6
commit 44c9bcbae3
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="valgrind" PKG_NAME="valgrind"
PKG_VERSION="3.19.0" PKG_VERSION="3.20.0"
PKG_SHA256="dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02" PKG_SHA256="8536c031dbe078d342f121fa881a9ecd205cb5a78e639005ad570011bdb9f3c6"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://valgrind.org/" PKG_SITE="https://valgrind.org/"
PKG_URL="https://sourceware.org/pub/valgrind/${PKG_NAME}-${PKG_VERSION}.tar.bz2" PKG_URL="https://sourceware.org/pub/valgrind/${PKG_NAME}-${PKG_VERSION}.tar.bz2"

View File

@ -7,6 +7,6 @@ diff -Naur a/configure b/configure
- armv7*) - armv7*)
+ armv7*|armv8*) + armv7*|armv8*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
$as_echo "ok (${host_cpu})" >&6; } printf "%s\n" "ok (${host_cpu})" >&6; }
ARCH_MAX="arm" ARCH_MAX="arm"