Another round of minor updates (#781)
[termux-packages] / packages / strace / build.sh
index 7477413..46d06f6 100755 (executable)
@@ -1,7 +1,8 @@
-TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/strace/
+TERMUX_PKG_HOMEPAGE=https://strace.io/
 TERMUX_PKG_DESCRIPTION="Debugging utility to monitor the system calls used by a program and all the signals it receives"
-TERMUX_PKG_VERSION=4.13
+TERMUX_PKG_VERSION=4.16
 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/strace/strace/${TERMUX_PKG_VERSION}/strace-${TERMUX_PKG_VERSION}.tar.xz
+TERMUX_PKG_SHA256=98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef
 TERMUX_PKG_RM_AFTER_INSTALL=bin/strace-graph # This is a perl script
 
 termux_step_pre_configure () {