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 /main/libtasn1 | |
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 'main/libtasn1')
-rw-r--r-- | main/libtasn1/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libtasn1/APKBUILD b/main/libtasn1/APKBUILD index a679643f69..d03369f696 100644 --- a/main/libtasn1/APKBUILD +++ b/main/libtasn1/APKBUILD @@ -10,7 +10,7 @@ license="GPL-3.0 LGPL" makedepends="texinfo" checkdepends="diffutils" subpackages="$pkgname-dev $pkgname-doc" -source="http://ftp.gnu.org/gnu/libtasn1/libtasn1-$pkgver.tar.gz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" # secfixes: # 4.14-r0: |