diff options
author | Tom Parker-Shemilt <palfrey@tevp.net> | 2019-11-14 15:52:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-27 07:29:16 +0000 |
commit | 2c843fd6dacfbad67368e3332b6024fae41b897c (patch) | |
tree | 7f487cc44b81a85b7ecb5252f0b53b324be75783 /community/stow/APKBUILD | |
parent | 94af33d74e484fad53f8bafc36b5ecbf29c5e792 (diff) | |
download | aports-2c843fd6dacfbad67368e3332b6024fae41b897c.tar.bz2 aports-2c843fd6dacfbad67368e3332b6024fae41b897c.tar.xz |
Stop using ftp://ftp.gnu.org and http://ftp.gnu.org in favour of the HTTPS variant
Diffstat (limited to 'community/stow/APKBUILD')
-rw-r--r-- | community/stow/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stow/APKBUILD b/community/stow/APKBUILD index 2e17b49f91..fc60dd18fe 100644 --- a/community/stow/APKBUILD +++ b/community/stow/APKBUILD @@ -11,7 +11,7 @@ depends="perl" makedepends="perl-test-output" checkdepends="perl-io-stringy" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/pub/gnu/stow/stow-$pkgver.tar.bz2" +source="https://ftp.gnu.org/gnu/stow/stow-$pkgver.tar.bz2" build() { ./configure \ |