summaryrefslogtreecommitdiffstats
path: root/src/json_spirit.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/json_spirit.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/json_spirit.mk')
-rw-r--r--src/json_spirit.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json_spirit.mk b/src/json_spirit.mk
index 2eb57a1..356aec8 100644
--- a/src/json_spirit.mk
+++ b/src/json_spirit.mk
@@ -9,7 +9,7 @@ $(PKG)_SUBDIR := $(PKG)_v$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)_v$($(PKG)_VERSION).zip
# The original source of this file at
-# http://www.codeproject.com/KB/recipes/JSON_Spirit/json_spirit_v4.08.zip
+# https://www.codeproject.com/KB/recipes/JSON_Spirit/json_spirit_v4.08.zip
# is behind a login screen. Use manually downloaded cache on the S3 bucket.
$(PKG)_URL = $(PKG_MIRROR)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc boost
@@ -18,7 +18,7 @@ define $(PKG)_UPDATE
echo 'TODO: json_spirit automatic update explicitly disabled. Please ' >&2;
echo ' manually check and update.' >&2;
echo 'Latest:' >&2;
- $(WGET) -q -O- 'http://www.codeproject.com/Articles/20027/JSON-Spirit-A-C-JSON-Parser-Generator-Implemented' | \
+ $(WGET) -q -O- 'https://www.codeproject.com/Articles/20027/JSON-Spirit-A-C-JSON-Parser-Generator-Implemented' | \
$(SED) -n 's,.*/JSON_Spirit/json_spirit_v\([0-9.]*\)[.]zip.*".*,\1,p' | \
head -1 >&2;
echo 'Current:' >&2;