uftrace: update to 0.14.

This commit is contained in:
Leah Neukirchen 2023-06-21 15:13:56 +02:00
parent 0b2934491b
commit 0b4ec5ec8a

View file

@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.13.1
version=0.14
revision=1
archs="x86_64* i686* aarch64* arm*"
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=88b59923fdd9804fd29da8a784cd1b39837b1b735fc3be4165b3932eca3661ad
checksum=b81255bc288e79e96a5b158d4875fa6425ad51c85f4c4c8523c1defb9366ad12
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;