uftrace: update to 0.18.

This commit is contained in:
Leah Neukirchen 2025-07-07 16:55:58 +02:00
parent 58a511a9dc
commit d583ac43df

View file

@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.17
version=0.18
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=04d560011c7587eddedcc674677cbef9ddc0ace449601d4b355e78589b16134f
checksum=39b80c97697bbb77ef5455e3455d681de378637b2bae5c8384a76d47d7461eb5
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;