strace: update to 5.0.
This commit is contained in:
parent
cd09287573
commit
c71b0892b4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'strace'
|
||||
pkgname=strace
|
||||
version=4.26
|
||||
revision=2
|
||||
version=5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libunwind"
|
||||
makedepends="libunwind-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://strace.io/"
|
||||
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
||||
checksum=7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c
|
||||
checksum=3b7ad77eb2b81dc6078046a9cc56eed5242b67b63748e7fc28f7c2daf4e647da
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl) configure_args=; makedepends= ;;
|
||||
|
|
Loading…
Reference in New Issue