valgrind: update to 3.19.0

news:
- https://valgrind.org/docs/manual/dist.news.html
This commit is contained in:
Rudi Heitbaum 2022-04-11 22:19:43 +00:00
parent 186b712395
commit f29700fa9d

View File

@ -2,11 +2,11 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="valgrind"
PKG_VERSION="3.18.1"
PKG_SHA256="00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5"
PKG_VERSION="3.19.0"
PKG_SHA256="dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02"
PKG_LICENSE="GPL"
PKG_SITE="http://valgrind.org/"
PKG_URL="ftp://sourceware.org/pub/valgrind/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_SITE="https://valgrind.org/"
PKG_URL="https://sourceware.org/pub/valgrind/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A tool to help find memory-management problems in programs"