strace: update to 5.15.

This commit is contained in:
Evgeny Ermakov 2021-12-29 08:57:32 +11:00 committed by Leah Neukirchen
parent 94695d5d8d
commit 9076421c2f

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=5.14
version=5.15
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=901bee6db5e17debad4530dd9ffb4dc9a96c4a656edbe1c3141b7cb307b11e73
checksum=ebcac22f297335294dc654425cbc3ce013343bece6da2699e3aec86aee8d72dc
build_options="static libunwind"
build_options_default="libunwind"