diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-08 23:04:42 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-08 23:04:42 +0200 |
commit | 2de02b30bb45f28b8a47ff86210dda3be5566f91 (patch) | |
tree | 95f438a4b7b7506d84a035549c38173fd8987408 | |
parent | ef64d3c2ab9ef38db387a7198c2ea6adccc6f495 (diff) | |
download | aports-2de02b30bb45f28b8a47ff86210dda3be5566f91.tar.bz2 aports-2de02b30bb45f28b8a47ff86210dda3be5566f91.tar.xz |
main/wget: download source from https:// instead of ftp://
-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 03826feb4d..a5c3a7554d 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -13,7 +13,7 @@ makedepends="libressl-dev perl" checkdepends="perl-http-daemon" subpackages="$pkgname-doc" install="" -source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz " +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" # secfixes: |