mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
wget: update to 1.16.
This commit is contained in:
parent
039e949fbe
commit
26077e53cc
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.15
|
version=1.16
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libressl-devel libidn-devel ca-certificates libuuid-devel pcre-devel"
|
makedepends="libressl-devel libidn-devel ca-certificates libuuid-devel pcre-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
conf_files="/etc/wgetrc"
|
conf_files="/etc/wgetrc"
|
||||||
short_desc="The GNU wget utility"
|
short_desc="The GNU wget download utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/wget/wget.html"
|
homepage="http://www.gnu.org/software/wget/wget.html"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=52126be8cf1bddd7536886e74c053ad7d0ed2aa89b4b630f76785bac21695fcd
|
checksum=b977fc10ac7a72d987d48136251aeb332f2dced1aabd50d6d56bdf72e2b79101
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> ${DESTDIR}/etc/wgetrc
|
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> ${DESTDIR}/etc/wgetrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue