diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-04 10:33:47 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-04 10:33:47 (GMT) |
commit | e961e447fbe61df54a0e304bc078741a47230193 (patch) | |
tree | 7c9fc11b43ca2711888c13fd1c0e64a2dcf87f3d /src/openblas.mk | |
parent | 215adb59861289ab5b4d12538028252b2f2b5a32 (diff) | |
download | mxe-e961e447fbe61df54a0e304bc078741a47230193.zip mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.gz mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.bz2 |
URL updates
Diffstat (limited to 'src/openblas.mk')
-rw-r--r-- | src/openblas.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openblas.mk b/src/openblas.mk index ba076bc..498c6a4 100644 --- a/src/openblas.mk +++ b/src/openblas.mk @@ -8,7 +8,7 @@ $(PKG)_VERSION := 0.2.15 $(PKG)_CHECKSUM := 73c40ace5978282224e5e122a41c8388c5a19e65a6f2329c2b7c0b61bacc9044 $(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz -$(PKG)_URL := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz +$(PKG)_URL := https://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz $(PKG)_DEPS := gcc pthreads define $(PKG)_UPDATE |