summaryrefslogtreecommitdiffstats
path: root/src/matio.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/matio.mk')
-rw-r--r--src/matio.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/matio.mk b/src/matio.mk
index 8976057..0a40189 100644
--- a/src/matio.mk
+++ b/src/matio.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := matio
-$(PKG)_WEBSITE := http://sourceforge.net/projects/matio/
+$(PKG)_WEBSITE := https://sourceforge.net/projects/matio/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.5.2
$(PKG)_CHECKSUM := db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45
@@ -11,7 +11,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_V
$(PKG)_DEPS := gcc hdf5 zlib
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://sourceforge.net/projects/matio/files/matio/' | \
+ $(WGET) -q -O- 'https://sourceforge.net/projects/matio/files/matio/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef