Fixed download URL of package eigen: HTTP redirects to HTTPS, so we should use the HTTPS URL directly

This commit is contained in:
Volker Grabsch 2011-12-16 10:21:33 +01:00
parent 48be942f78
commit d2690bc6a6
1 changed files with 1 additions and 1 deletions

View File

@ -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