[Buildroot] [git commit branch/2017.02.x] package/armadillo: fix download URL

Peter Korsgaard peter at korsgaard.com
Thu Jun 1 14:30:02 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=d9ed7236ff5cd877e1ffa84d3700a20b8cd4d413
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 96f3ae6c24e5517014666a0e22b050773188392e)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/armadillo/armadillo.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/armadillo/armadillo.mk b/package/armadillo/armadillo.mk
index 813a41b..00ba08a 100644
--- a/package/armadillo/armadillo.mk
+++ b/package/armadillo/armadillo.mk
@@ -5,7 +5,9 @@
 ################################################################################
 
 ARMADILLO_VERSION = 6.500.4
-ARMADILLO_SITE = http://downloads.sourceforge.net/project/arma
+# upstream removed tarball from
+# http://downloads.sourceforge.net/project/arma
+ARMADILLO_SITE = https://ftp.fau.de/macports/distfiles/armadillo
 ARMADILLO_DEPENDENCIES = clapack
 ARMADILLO_INSTALL_STAGING = YES
 ARMADILLO_LICENSE = MPLv2.0


More information about the buildroot mailing list