diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 10:41:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:30 +0000 |
commit | c2c4ac167c08d916c979865cc7b7aba72108b539 (patch) | |
tree | 0ce8b2c81b0106570146cd23d50cef6a32c4b691 /main/wget | |
parent | 1abd6e6ccdf58fbe6db2354ee5ce04c202bdb738 (diff) | |
download | aports-c2c4ac167c08d916c979865cc7b7aba72108b539.tar.bz2 aports-c2c4ac167c08d916c979865cc7b7aba72108b539.tar.xz |
main/wget: rebuild against libressl 2.5
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 99997bb122..abb311e642 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget pkgver=1.19.1 -pkgrel=1 +pkgrel=2 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" arch="all" |