strace: update to 4.24.

This commit is contained in:
maxice8 2018-08-13 23:02:02 -03:00
parent 437a4bc150
commit 1bfc10a8be
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=4.23
version=4.24
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-3-Clause"
homepage="https://strace.io/"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=7860a6965f1dd832747bd8281a04738274398d32c56e9fbd0a68b1bb9ec09aad
checksum=1f4e59fc1edfa2bfb4adf2a748623dc25b105ec79713dd84404199f91b0b0634
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;