uftrace: update to 0.15.2.

This commit is contained in:
Leah Neukirchen 2024-01-28 14:18:44 +01:00
parent 2f6102c61c
commit 82884597d7

View file

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