mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
strace: update to 6.3.
This commit is contained in:
parent
b814450089
commit
c4288d9940
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=6.2
|
version=6.3
|
||||||
revision=1
|
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)"
|
||||||
|
@ -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=0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8
|
checksum=e17878e301506c1cc301611118ad14efee7f8bcef63b27ace5d290acce7bb731
|
||||||
|
|
||||||
build_options="static libunwind"
|
build_options="static libunwind"
|
||||||
build_options_default="libunwind"
|
build_options_default="libunwind"
|
||||||
|
|
Loading…
Add table
Reference in a new issue