strace: update to 6.6.

This commit is contained in:
icp 2023-11-03 14:34:50 +05:30 committed by Leah Neukirchen
parent d7db810049
commit 6f8d7698c4

View file

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