From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1kPnj5-0003K7-GD for ptxdist@pengutronix.de; Tue, 06 Oct 2020 16:13:59 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23993114AbgJFON7Q68lG (ORCPT ); Tue, 6 Oct 2020 16:13:59 +0200 Date: Tue, 6 Oct 2020 16:13:58 +0200 From: Ladislav Michl Message-ID: <20201006141358.GD1489016@lenoch> References: <20201006141119.GA1489016@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201006141119.GA1489016@lenoch> Subject: [ptxdist] [PATCH 03/29] atk: use GNOME mirror List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Ladislav Michl --- rules/atk.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/atk.make b/rules/atk.make index 45a8465f6..ce41caec1 100644 --- a/rules/atk.make +++ b/rules/atk.make @@ -20,7 +20,7 @@ ATK_VERSION := 2.28.1 ATK_MD5 := dfb5e7474220afa3f4ca7e45af9f3a11 ATK := atk-$(ATK_VERSION) ATK_SUFFIX := tar.xz -ATK_URL := http://ftp.gnome.org/pub/gnome/sources/atk/$(basename $(ATK_VERSION))/$(ATK).$(ATK_SUFFIX) +ATK_URL := $(call ptx/mirror, GNOME, atk/$(basename $(ATK_VERSION))/$(ATK).$(ATK_SUFFIX)) ATK_SOURCE := $(SRCDIR)/$(ATK).$(ATK_SUFFIX) ATK_DIR := $(BUILDDIR)/$(ATK) ATK_LICENSE := LGPL-2.0-only -- 2.28.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de