mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
strace: update to 6.9.
This commit is contained in:
parent
8c9dc9a8f5
commit
a30b2e14f3
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=6.7
|
version=6.9
|
||||||
revision=2
|
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)"
|
||||||
makedepends="$(vopt_if libunwind libunwind-devel)"
|
makedepends="$(vopt_if libunwind libunwind-devel)"
|
||||||
|
@ -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=2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7
|
checksum=da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a
|
||||||
|
|
||||||
build_options="static libunwind"
|
build_options="static libunwind"
|
||||||
build_options_default="libunwind"
|
build_options_default="libunwind"
|
||||||
|
|
Loading…
Add table
Reference in a new issue