mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
wget: update to 1.25.0
This commit is contained in:
parent
6dded30ffe
commit
66a8204e6c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.24.5
|
version=1.25.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
||||||
|
@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/wget/wget.html"
|
homepage="https://www.gnu.org/software/wget/wget.html"
|
||||||
changelog="https://git.savannah.gnu.org/cgit/wget.git/plain/NEWS"
|
changelog="https://git.savannah.gnu.org/cgit/wget.git/plain/NEWS"
|
||||||
distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz"
|
distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz"
|
||||||
checksum=fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de
|
checksum=766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784
|
||||||
|
|
||||||
build_options="gnutls ssl"
|
build_options="gnutls ssl"
|
||||||
build_options_default="ssl"
|
build_options_default="ssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue