aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-23 09:33:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-25 12:57:32 +0000
commit62980bdccb1403eaf108a8cd1a6da8dfaa8afcde (patch)
tree1d66db3aa121c3f31ca72bf83c47affbe84059d7
parent013eb5a94caa4e349179102dca4cdd4d19d80471 (diff)
main/wget: add OpenSSL-Exception modifier
-rw-r--r--main/wget/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD
index 37f2580eee5..56efaabe3ca 100644
--- a/main/wget/APKBUILD
+++ b/main/wget/APKBUILD
@@ -4,11 +4,11 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=wget
pkgver=1.20.3
-pkgrel=1
+pkgrel=2
pkgdesc="A network utility to retrieve files from the Web"
url="https://www.gnu.org/software/wget/wget.html"
arch="all"
-license="GPL-3.0-or-later"
+license="GPL-3.0-or-later WITH OpenSSL-Exception"
makedepends="libidn2-dev openssl-dev perl"
checkdepends="perl-http-daemon"
subpackages="$pkgname-doc"