strace: update to 5.2

This commit is contained in:
Leonid Pliushch 2019-07-14 20:18:23 +03:00
parent 3324893e3e
commit 691c6e9841

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://strace.io/
TERMUX_PKG_DESCRIPTION="Debugging utility to monitor system calls and signals received"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=5.1
TERMUX_PKG_VERSION=5.2
TERMUX_PKG_SRCURL=https://github.com/strace/strace/releases/download/v$TERMUX_PKG_VERSION/strace-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=f5a341b97d7da88ee3760626872a4899bf23cf8dee56901f114be5b1837a9a8b
TERMUX_PKG_SHA256=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
TERMUX_PKG_RM_AFTER_INSTALL=bin/strace-graph # This is a perl script
# Without st_cv_m32_mpers=no the build fails if gawk is installed.