strace: update to 5.13.
This commit is contained in:
parent
55c114f1c1
commit
11ce41d3ed
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue