strace: update to 4.25.

This commit is contained in:
maxice8 2018-10-31 03:39:32 -03:00 committed by maxice8
parent 5c2d1b41bb
commit 07a283c777
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=4.24
version=4.25
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=1f4e59fc1edfa2bfb4adf2a748623dc25b105ec79713dd84404199f91b0b0634
checksum=d685f8e65470b7832c3aff60c57ab4459f26ff89f07c10f92bd70ee89efac701
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;