diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-04 12:49:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:03 +0000 |
commit | b6e67ca01c7f2c8e2b21931a9fdad5f0fb0ca047 (patch) | |
tree | 10303620520013c4e4ffaf87a841f10d10f2c813 /main/wget/APKBUILD | |
parent | d68cba99ead2b62fd679ca6b0ea5720c6230a7ac (diff) | |
download | aports-b6e67ca01c7f2c8e2b21931a9fdad5f0fb0ca047.tar.bz2 aports-b6e67ca01c7f2c8e2b21931a9fdad5f0fb0ca047.tar.xz |
main/wget: rebuild against libressl
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index d8f7935f62..1bbd5a9d2d 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget pkgver=1.18 -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" license="GPL3+" depends="" -makedepends="openssl-dev perl" +makedepends="libressl-dev perl" subpackages="$pkgname-doc" install="" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" |