strace: update to 6.11.

This commit is contained in:
icp 2024-09-17 13:34:53 +05:30 committed by classabbyamp
parent 7da02b50c7
commit ed6f2ffb5e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=6.10
version=6.11
revision=1
build_style=gnu-configure
configure_args="--enable-silent-rules $(vopt_with libunwind)"
@ -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=765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07
checksum=83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5
build_options="static libunwind"
build_options_default="libunwind"