diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 117a1cc9821..1408f407309 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,7 +1,7 @@ # Template file for 'strace' pkgname=strace -version=5.12 -revision=2 +version=5.13 +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=29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4 +checksum=5acc34888b9d510ad6ac915d4a8df08f51cf1ae920ea24649f6a4bb984d0b656 build_options="static libunwind" build_options_default="libunwind"