uftrace: update to 0.17.

This commit is contained in:
Leah Neukirchen 2024-12-21 17:17:30 +01:00
parent 86405712c3
commit 954feb7d99
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.16
version=0.17
revision=1
archs="x86_64* i686* aarch64* arm* riscv64*"
build_style=configure
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://github.com/namhyung/uftrace"
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
checksum=dd0549f610d186b6f25fa2334a5e82b6ddc232ec6ca088dbb41b3fe66961d6bb
checksum=04d560011c7587eddedcc674677cbef9ddc0ace449601d4b355e78589b16134f
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;