summaryrefslogtreecommitdiffstats
path: root/src/readline.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 /src/readline.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/readline.mk')
-rw-r--r--src/readline.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/readline.mk b/src/readline.mk
index 35c4a86..271e550 100644
--- a/src/readline.mk
+++ b/src/readline.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := readline
-$(PKG)_WEBSITE := http://tiswww.case.edu/php/chet/readline/rltop.html
+$(PKG)_WEBSITE := https://tiswww.case.edu/php/chet/readline/rltop.html
$(PKG)_DESCR := Readline
$(PKG)_IGNORE :=
$(PKG)_VERSION := 6.3
@@ -12,7 +12,7 @@ $(PKG)_URL := https://ftp.gnu.org/gnu/readline/$($(PKG)_FILE)
$(PKG)_DEPS := gcc termcap
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://tiswww.case.edu/php/chet/readline/rltop.html' | \
+ $(WGET) -q -O- 'https://tiswww.case.edu/php/chet/readline/rltop.html' | \
grep 'readline-' | \
$(SED) -n 's,.*readline-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1