summaryrefslogtreecommitdiffstats
path: root/src/mxml.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/mxml.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/mxml.mk')
-rw-r--r--src/mxml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxml.mk b/src/mxml.mk
index 607d14b..60c11de 100644
--- a/src/mxml.mk
+++ b/src/mxml.mk
@@ -12,7 +12,7 @@ $(PKG)_URL := https://github.com/michaelrsweet/mxml/releases/download/relea
$(PKG)_DEPS := gcc pthreads
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://www.msweet.org/downloads.php?L+Z3' | \
+ $(WGET) -q -O- 'https://www.msweet.org/downloads.php?L+Z3' | \
$(SED) -n 's,.*<a href="files.*mxml-\([0-9\.]*\)\.tar.*,\1,p' | \
head -1
endef