summaryrefslogtreecommitdiffstats
path: root/plugins/native/autoconf.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-05 03:41:39 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-10 13:59:00 (GMT)
commit45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch)
tree7e0c7bf6f06d4cf82695aa4add7c6beff849216f /plugins/native/autoconf.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'plugins/native/autoconf.mk')
-rw-r--r--plugins/native/autoconf.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/native/autoconf.mk b/plugins/native/autoconf.mk
index 5443df0..904de6a 100644
--- a/plugins/native/autoconf.mk
+++ b/plugins/native/autoconf.mk
@@ -6,15 +6,15 @@ $(PKG)_VERSION := 2.69
$(PKG)_CHECKSUM := 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://ftp.gnu.org/pub/gnu/autoconf/$($(PKG)_FILE)
-$(PKG)_URL_2 := ftp://ftp.gnu.org/pub/gnu/autoconf/$($(PKG)_FILE)
-$(PKG)_WEBSITE := http://www.gnu.org/software/autoconf
+$(PKG)_URL := https://ftp.gnu.org/gnu/autoconf/$($(PKG)_FILE)
+$(PKG)_URL_2 := https://ftpmirror.gnu.org/autoconf/$($(PKG)_FILE)
+$(PKG)_WEBSITE := https://www.gnu.org/software/autoconf
$(PKG)_OWNER := https://github.com/tonytheodore
$(PKG)_TARGETS := $(BUILD)
$(PKG)_DEPS := m4
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://ftp.gnu.org/gnu/autoconf/?C=M;O=D' | \
+ $(WGET) -q -O- 'https://ftp.gnu.org/gnu/autoconf/?C=M;O=D' | \
$(SED) -n 's,.*<a href="autoconf-\([0-9][^"]*\)\.tar.*,\1,p' | \
$(SORT) -V | \
tail -1