summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-12-16 09:21:33 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-12-16 09:21:33 (GMT)
commitd2690bc6a63122dc4ea04d0a3c94cd98d1ec8514 (patch)
treec419203a770d38766321b70b22f9f960297912f7
parent48be942f78487ad894bcb9a8e3d540ea81da95c2 (diff)
downloadmxe-d2690bc6a63122dc4ea04d0a3c94cd98d1ec8514.zip
mxe-d2690bc6a63122dc4ea04d0a3c94cd98d1ec8514.tar.gz
mxe-d2690bc6a63122dc4ea04d0a3c94cd98d1ec8514.tar.bz2
Fixed download URL of package eigen: HTTP redirects to HTTPS, so we should use the HTTPS URL directly
-rw-r--r--src/eigen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eigen.mk b/src/eigen.mk
index 2733ebe..6dcf8d4 100644
--- a/src/eigen.mk
+++ b/src/eigen.mk
@@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 7e1674420a8eef7e90e1875ef5b9e828fb9db381
$(PKG)_SUBDIR := $(PKG)-$(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://eigen.tuxfamily.org/
-$(PKG)_URL := http://bitbucket.org/$(PKG)/$(PKG)/get/$($(PKG)_FILE)
+$(PKG)_URL := https://bitbucket.org/$(PKG)/$(PKG)/get/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE