strace: update to 4.22.

This commit is contained in:
Piotr Wójcik 2018-06-01 12:56:42 +02:00 committed by Leah Neukirchen
parent f91a59a83e
commit c96df88a8a

View file

@ -1,16 +1,16 @@
# Template file for 'strace'
pkgname=strace
version=4.21
version=4.22
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
makedepends="libunwind-devel"
short_desc="A System Call Tracer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://sourceforge.net/projects/strace"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=5c7688db44073e94c59a5627744e5699454419824cc8166e8bcfd7ec58375c37
homepage="https://strace.io/"
license="BSD-3-Clause"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=068cd09264c95e4d591bbcd3ea08f99a693ed8663cd5169b0fdad72eb5bdb39d
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;