diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-07-13 23:02:08 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-07-27 02:18:03 (GMT) |
commit | b9a47e838a65f0cf631276175f1c941120272a3a (patch) | |
tree | ef6798c56ecccd55944e5cbcf517363f76ae50a8 /src/freexl.mk | |
parent | 497d034376e0967dc7c2c805e3652ef7b1b697a4 (diff) | |
download | mxe-b9a47e838a65f0cf631276175f1c941120272a3a.zip mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.gz mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.bz2 |
Secure URLs
Diffstat (limited to 'src/freexl.mk')
-rw-r--r-- | src/freexl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/freexl.mk b/src/freexl.mk index 11ef5ed..df3acc7 100644 --- a/src/freexl.mk +++ b/src/freexl.mk @@ -8,11 +8,11 @@ $(PKG)_VERSION := 1.0.3 $(PKG)_CHECKSUM := f8ed29e03a6155454e538fce621e53991a270fcee31120ded339cff2523650a8 $(PKG)_SUBDIR := freexl-$($(PKG)_VERSION) $(PKG)_FILE := freexl-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://www.gaia-gis.it/gaia-sins/freexl-sources/$($(PKG)_FILE) +$(PKG)_URL := https://www.gaia-gis.it/gaia-sins/freexl-sources/$($(PKG)_FILE) $(PKG)_DEPS := cc libiconv define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.gaia-gis.it/gaia-sins/freexl-sources/' | \ + $(WGET) -q -O- 'https://www.gaia-gis.it/gaia-sins/freexl-sources/' | \ $(SED) -n 's,.*freexl-\([0-9][^>]*\)\.tar.*,\1,p' | \ tail -1 endef |