From patchwork Thu Jun 6 16:47:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 249490 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 39AD92C007E for ; Fri, 7 Jun 2013 02:47:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E692E317A2; Thu, 6 Jun 2013 16:47:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0+Zo71TPhxlR; Thu, 6 Jun 2013 16:47:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C5CCC31D57; Thu, 6 Jun 2013 16:47:52 +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 DDF238F753 for ; Thu, 6 Jun 2013 16:47:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C64AA8BFEF for ; Thu, 6 Jun 2013 16:47:50 +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 a-1JqC3mnSLe for ; Thu, 6 Jun 2013 16:47:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8C93C8BD90 for ; Thu, 6 Jun 2013 16:47:49 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id wc20so5107842obb.32 for ; Thu, 06 Jun 2013 09:47:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=FQUfvn181RyRiVSm/zbXAlc50FvYY53Pmtu2b9msJR4=; b=UrQQyTUKntoq7tagJ3EnOPKM+4q7S67lKZI1thIyB4NHzXNx7cy0As2fDSpy9UeZ1M Ns8lK8VOLkCAlh2UFUPzr8cVD2iF2XWgEo2Q6K6rcMMOSX2jppe4ARN8MHeXqIV8/OL4 ldJGiX+vSV5Kh3SLx2Ckz5aqWpApEXdTuiqzC+Ojv2WHYuD/lNeshvEbf9NkzYjdrCVz eC4b0SFcuirm3jU1ZIz7E/2wUKUyJplwMpAOscXNYyuX8oTvDoH/vPeI0TP3k3O8FSlW 9f0/Zb3MRcvlXLyVsSP3SQH1YA36dAfdPa3Qxhw/L1TEEIvrXO7F8aChUXQH9e/lb95u poeQ== X-Received: by 10.60.162.98 with SMTP id xz2mr9475371oeb.7.1370537268127; Thu, 06 Jun 2013 09:47:48 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id kz3sm15135248obb.6.2013.06.06.09.47.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 09:47:46 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 6 Jun 2013 11:47:16 -0500 Message-Id: <1370537249-15682-1-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: X-Gm-Message-State: ALoCoQnQIDGoe3y29/UeZ5oIcIlgg4kluzsYJh/A68jb01RTHq6B+gyzy5q+oKdKFhdxVv+W84qL Subject: [Buildroot] [PATCH 01/14] jsmin: fix github tarball to use commit id X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Spenser Gilliland --- package/jsmin/jsmin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/jsmin/jsmin.mk b/package/jsmin/jsmin.mk index 0e82008..bb65c6c 100644 --- a/package/jsmin/jsmin.mk +++ b/package/jsmin/jsmin.mk @@ -1,5 +1,5 @@ JSMIN_VERSION = a9b4755 -JSMIN_SITE = http://github.com/douglascrockford/JSMin/tarball/master +JSMIN_SITE = http://github.com/douglascrockford/JSMin/tarball/$(JSMIN_VERSION) define JSMIN_BUILD_CMDS $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin