diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 16:42:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:32 +0000 |
commit | d288dc7a6b11f2e4f05bcc4f0b9ef26e2cc702a9 (patch) | |
tree | 9009108fc6b8e25fd6327020f5a47ff091315881 /main/wget | |
parent | 5c15e7161143c2582f84408c6d16ae4f0965bcb8 (diff) | |
download | aports-d288dc7a6b11f2e4f05bcc4f0b9ef26e2cc702a9.tar.bz2 aports-d288dc7a6b11f2e4f05bcc4f0b9ef26e2cc702a9.tar.xz |
main/wget: rebuild against libressl-2.6
Diffstat (limited to 'main/wget')
-rw-r--r-- | main/wget/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index c1c9d1a256..ba647b6952 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget pkgver=1.19.2 -pkgrel=0 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" arch="all" |