mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
strace: update to 4.26.
This commit is contained in:
parent
dc2902e85a
commit
9d5246e089
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.25
|
version=4.26
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libunwind"
|
configure_args="--with-libunwind"
|
||||||
makedepends="libunwind-devel"
|
makedepends="libunwind-devel"
|
||||||
short_desc="A System Call Tracer"
|
short_desc="A System Call Tracer"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD-3-Clause"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://strace.io/"
|
homepage="https://strace.io/"
|
||||||
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
||||||
checksum=d685f8e65470b7832c3aff60c57ab4459f26ff89f07c10f92bd70ee89efac701
|
checksum=7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) configure_args=; makedepends= ;;
|
aarch64-musl) configure_args=; makedepends= ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue