strace: update to 6.9.

This commit is contained in:
icp 2024-03-22 01:35:45 +05:30 committed by cinerea0
parent 8c9dc9a8f5
commit a30b2e14f3
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'strace'
pkgname=strace
version=6.7
revision=2
version=6.9
revision=1
build_style=gnu-configure
configure_args="--enable-silent-rules $(vopt_with libunwind)"
makedepends="$(vopt_if libunwind libunwind-devel)"
@ -11,7 +11,7 @@ license="LGPL-2.1-or-later"
homepage="https://strace.io/"
changelog="https://raw.githubusercontent.com/strace/strace/master/NEWS"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7
checksum=da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a
build_options="static libunwind"
build_options_default="libunwind"