strace: update to 4.26.

This commit is contained in:
maxice8 2018-12-27 22:40:21 -02:00 committed by maxice8
parent dc2902e85a
commit 9d5246e089

View file

@ -1,16 +1,16 @@
# Template file for 'strace'
pkgname=strace
version=4.25
version=4.26
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>"
license="BSD-3-Clause"
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=d685f8e65470b7832c3aff60c57ab4459f26ff89f07c10f92bd70ee89efac701
checksum=7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;