mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/wget: download source from https:// instead of ftp://
This commit is contained in:
parent
ef64d3c2ab
commit
2de02b30bb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user