From patchwork Sun May 28 20:35:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 767959 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wbWqG58Xfz9s2Q for ; Mon, 29 May 2017 06:36:10 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6DF1688857; Sun, 28 May 2017 20:36:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iFOgTeJE6RpL; Sun, 28 May 2017 20:36:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CE9368830D; Sun, 28 May 2017 20:36:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D23D71BFD49 for ; Sun, 28 May 2017 20:36:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C68F28830D for ; Sun, 28 May 2017 20:36:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4L2nAX7Nv0MK for ; Sun, 28 May 2017 20:36:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5872F87BF5 for ; Sun, 28 May 2017 20:36:02 +0000 (UTC) Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de [172.20.26.134]) by mailout04.t-online.de (Postfix) with SMTP id 2AEDE41BDA7C; Sun, 28 May 2017 22:36:00 +0200 (CEST) Received: from fli4l.lan.fli4l (V8QB9rZFghwLUZoy3vSXHclXkdbdsxtmkPOli9UvM1u4Z4dM7EhacuJzK232OS+Zso@[79.228.25.228]) by fwd29.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dF4un-2DmbM80; Sun, 28 May 2017 22:35:53 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:44722 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dF4um-00040J-QT; Sun, 28 May 2017 22:35:53 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 28 May 2017 22:35:52 +0200 Message-Id: <20170528203552.7479-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: V8QB9rZFghwLUZoy3vSXHclXkdbdsxtmkPOli9UvM1u4Z4dM7EhacuJzK232OS+Zso X-TOI-MSGID: 182a70fb-156d-4be9-bcf1-7a0fcb08ca9b Subject: [Buildroot] [PATCH 1/1] package/armadillo: fix download URL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- 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 714c1b2dd..beb60c8c6 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 = MPL-2.0