uftrace: update to 0.16.

This commit is contained in:
Leah Neukirchen 2024-04-25 15:17:15 +02:00
parent dd1f041e11
commit 0f5554a1c8

View File

@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.15.2
version=0.16
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=f274437c59e845c7636be55267ea3e8f08b7ca11de2413b7045b403247d5f64d
checksum=dd0549f610d186b6f25fa2334a5e82b6ddc232ec6ca088dbb41b3fe66961d6bb
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;