summaryrefslogtreecommitdiffstats
path: root/src/tinyxml.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/tinyxml.mk
parent215adb59861289ab5b4d12538028252b2f2b5a32 (diff)
downloadmxe-e961e447fbe61df54a0e304bc078741a47230193.zip
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.gz
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.bz2
URL updates
Diffstat (limited to 'src/tinyxml.mk')
-rw-r--r--src/tinyxml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk
index fabf295..68dae22 100644
--- a/src/tinyxml.mk
+++ b/src/tinyxml.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := tinyxml
-$(PKG)_WEBSITE := http://sourceforge.net/projects/tinyxml/
+$(PKG)_WEBSITE := https://sourceforge.net/projects/tinyxml/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.6.2
$(PKG)_CHECKSUM := 15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593
@@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc
$(PKG)_MESSAGE :=*** tinyxml is deprecated - please use tinyxml2 ***
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://sourceforge.net/projects/tinyxml/files/tinyxml/' | \
+ $(WGET) -q -O- 'https://sourceforge.net/projects/tinyxml/files/tinyxml/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef