diff options
author | Luis Ressel <aranea@aixah.de> | 2019-02-27 00:22:33 +0100 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2019-03-08 01:26:19 +0100 |
commit | 9085eb9a0e2ff7a0068f54f1788673de71027e61 (patch) | |
tree | 90e549ff3b5b87196c1eb4deea489316f690b7a5 /system/autoconf/APKBUILD | |
parent | 5ab52bb7070b585368574493fcaf20f16bc38b8c (diff) | |
download | packages-9085eb9a0e2ff7a0068f54f1788673de71027e61.tar.gz packages-9085eb9a0e2ff7a0068f54f1788673de71027e61.tar.bz2 packages-9085eb9a0e2ff7a0068f54f1788673de71027e61.tar.xz packages-9085eb9a0e2ff7a0068f54f1788673de71027e61.zip |
system/*: Change source urls to https:// wherever possible
Diffstat (limited to 'system/autoconf/APKBUILD')
-rw-r--r-- | system/autoconf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/autoconf/APKBUILD b/system/autoconf/APKBUILD index cd40635f5..262087d79 100644 --- a/system/autoconf/APKBUILD +++ b/system/autoconf/APKBUILD @@ -5,10 +5,10 @@ pkgrel=2 pkgdesc="A GNU tool for automatically configuring source code" arch="noarch" license="GPL-2.0+" -url="http://www.gnu.org/software/autoconf" +url="https://www.gnu.org/software/autoconf" depends="m4 perl" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz +source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz autoconf-2.69-fix-perl-regex.patch " |