download blas from backup

... while upstream URL is being fixed

See https://github.com/mxe/mxe/issues/1610
This commit is contained in:
Boris Nagaev 2016-12-24 17:29:40 +01:00
parent 9984e4c9d4
commit 939ece1fd9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(PKG)_VERSION := 3.5.0
$(PKG)_CHECKSUM := ef7d775d380f255d1902bce374ff7c8a594846454fcaeae552292168af1aca24
$(PKG)_SUBDIR := BLAS-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
$(PKG)_URL := http://www.netlib.org/404
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE