summaryrefslogtreecommitdiffstats
path: root/plugins/native/bison.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/bison.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'plugins/native/bison.mk')
-rw-r--r--plugins/native/bison.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/native/bison.mk b/plugins/native/bison.mk
index a997581..50d2bfb 100644
--- a/plugins/native/bison.mk
+++ b/plugins/native/bison.mk
@@ -6,15 +6,15 @@ $(PKG)_VERSION := 2.7.1
$(PKG)_CHECKSUM := b409adcbf245baadb68d2f66accf6fdca5e282cafec1b865f4b5e963ba8ea7fb
$(PKG)_SUBDIR := bison-$($(PKG)_VERSION)
$(PKG)_FILE := bison-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE)
-$(PKG)_URL_2 := ftp://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE)
-$(PKG)_WEBSITE := http://www.gnu.org/software/bison
+$(PKG)_URL := https://ftp.gnu.org/gnu/bison/$($(PKG)_FILE)
+$(PKG)_URL_2 := https://ftpmirror.gnu.org/bison/$($(PKG)_FILE)
+$(PKG)_WEBSITE := https://www.gnu.org/software/bison
$(PKG)_OWNER := https://github.com/tonytheodore
$(PKG)_TARGETS := $(BUILD)
$(PKG)_DEPS := flex
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://ftp.gnu.org/gnu/bison/?C=M;O=D' | \
+ $(WGET) -q -O- 'https://ftp.gnu.org/gnu/bison/?C=M;O=D' | \
$(SED) -n 's,.*<a href="bison-\([0-9][^"]*\)\.tar.*,\1,p' | \
$(SORT) -V | \
tail -1