From patchwork Thu Nov 13 19:48:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Williams X-Patchwork-Id: 410577 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 26CCF1400F1 for ; Fri, 14 Nov 2014 06:48:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2386DA336C; Thu, 13 Nov 2014 19:48:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DaheRpRr_zBW; Thu, 13 Nov 2014 19:48:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id BE171A32E3; Thu, 13 Nov 2014 19:48:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A12661BFA20 for ; Thu, 13 Nov 2014 19:48:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C056927F4 for ; Thu, 13 Nov 2014 19:48:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W0iGExO6FU4s for ; Thu, 13 Nov 2014 19:48:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6C411926DF for ; Thu, 13 Nov 2014 19:48:05 +0000 (UTC) Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 13 Nov 2014 12:48:04 -0700 Received: from d03dlp01.boulder.ibm.com (9.17.202.177) by e34.co.us.ibm.com (192.168.1.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 13 Nov 2014 12:48:03 -0700 Received: from b03cxnp08028.gho.boulder.ibm.com (b03cxnp08028.gho.boulder.ibm.com [9.17.130.20]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 7091D1FF0043 for ; Thu, 13 Nov 2014 12:36:47 -0700 (MST) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sADJm2Sx56754218 for ; Thu, 13 Nov 2014 20:48:02 +0100 Received: from d03av03.boulder.ibm.com (localhost [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sADJm2TB022583 for ; Thu, 13 Nov 2014 12:48:02 -0700 Received: from asimov.austin.ibm.com (asimov.austin.ibm.com [9.41.242.137]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sADJm1IB022543; Thu, 13 Nov 2014 12:48:02 -0700 From: Patrick Williams To: buildroot@busybox.net Date: Thu, 13 Nov 2014 13:48:00 -0600 Message-Id: <1415908080-19350-1-git-send-email-iawillia@us.ibm.com> X-Mailer: git-send-email 2.1.1 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14111319-0017-0000-0000-000006491B8E Subject: [Buildroot] [PATCH] Update github helper 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" Github changed the URL syntax from 'archive' back to 'tarball'. Signed-off-by: Patrick Williams Acked-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Arnout Vandecappelle (Essensium/Mind) --- package/pkg-download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-download.mk b/package/pkg-download.mk index 4cfb913..03907f1 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -56,7 +56,7 @@ notdomain=$(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$(c domainseparator=$(if $(1),$(1),/) # github(user,package,version): returns site of GitHub repository -github = https://github.com/$(1)/$(2)/archive/$(3) +github = https://github.com/$(1)/$(2)/tarball/$(3) ################################################################################ # The DOWNLOAD_* helpers are in charge of getting a working copy