summaryrefslogtreecommitdiffstats
path: root/src/ncurses.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-04 10:33:47 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-04 10:33:47 (GMT)
commite961e447fbe61df54a0e304bc078741a47230193 (patch)
tree7c9fc11b43ca2711888c13fd1c0e64a2dcf87f3d /src/ncurses.mk
parent215adb59861289ab5b4d12538028252b2f2b5a32 (diff)
downloadmxe-e961e447fbe61df54a0e304bc078741a47230193.zip
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.gz
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.bz2
URL updates
Diffstat (limited to 'src/ncurses.mk')
-rw-r--r--src/ncurses.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ncurses.mk b/src/ncurses.mk
index c598f9a..0aac0e0 100644
--- a/src/ncurses.mk
+++ b/src/ncurses.mk
@@ -9,14 +9,14 @@ $(PKG)_CHECKSUM := 3564ffa540cc069854607a0fb10d258c12769f8f6ee752f66038ba95a5e5f
# $(PKG)_VERSION := 5.9
# $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION)
# $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz
-# $(PKG)_URL := http://ftp.gnu.org/pub/gnu/ncurses/$($(PKG)_FILE)
+# $(PKG)_URL := https://ftp.gnu.org/gnu/ncurses/$($(PKG)_FILE)
$(PKG)_SUBDIR := mirror-$(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/mirror/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libgnurx
define $(PKG)_UPDATE_RELEASE
- $(WGET) -q -O- 'http://ftp.gnu.org/pub/gnu/ncurses/?C=M;O=D' | \
+ $(WGET) -q -O- 'https://ftp.gnu.org/gnu/ncurses/?C=M;O=D' | \
$(SED) -n 's,.*<a href="ncurses-\([0-9][^"]*\)\.tar.*,\1,p' | \
head -1
endef