diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-12-16 09:21:33 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-12-16 09:21:33 (GMT) |
commit | d2690bc6a63122dc4ea04d0a3c94cd98d1ec8514 (patch) | |
tree | c419203a770d38766321b70b22f9f960297912f7 /src/eigen.mk | |
parent | 48be942f78487ad894bcb9a8e3d540ea81da95c2 (diff) | |
download | mxe-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
Diffstat (limited to 'src/eigen.mk')
-rw-r--r-- | src/eigen.mk | 2 |
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 |