From patchwork Fri Jun 7 23:46:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 249901 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 E6FFC2C02AB for ; Sat, 8 Jun 2013 09:46:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A874131EC3; Fri, 7 Jun 2013 23:46:47 +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 YJh4ujmQ3Ay0; Fri, 7 Jun 2013 23:46:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3E6AB31CFD; Fri, 7 Jun 2013 23:46:46 +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 0020F8F7A2 for ; Fri, 7 Jun 2013 23:46:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A49DF8DEBE for ; Fri, 7 Jun 2013 23:46:44 +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 8WaFXyx7pnVH for ; Fri, 7 Jun 2013 23:46:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5CD138DD6C for ; Fri, 7 Jun 2013 23:46:43 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id e10so455413qcy.27 for ; Fri, 07 Jun 2013 16:46:42 -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:x-gm-message-state; bh=e18LHx5Z1Lw41A2c/Lw46tScQnzUV6bvp3LqXfmZ2RA=; b=bJb2k8P5s0x9nCIZlwQjUyRt2Xs99U5yu0wkBwoX2Y5rizlKDntx0AXBT8Kgr3oCfo z97I+XZYqqTtYnpeQC3EStRt/H12qmrIBhLLxgJoVlZcaOhp4dca2XRBcPOnqn0vgvVe Ryz7YjzlfCKQ+Gom6KjnogseznQ5tA9+hriqi0kYjsxvIMDdU8fYxxU3bPZTUBQanicY OhfLdsSEY95Sm5MY16mzEHnXfrbUBf0ETIiJhFWVHwvHwFkcvd6MaMyIhulfFwYjk8iF uwiGY1V4ZeEpbXqGcICNh0Zuabm7+RFCgDmaw2/gwggVSO9za3A1Iplg1zQQwBZfLjMb kp5w== X-Received: by 10.229.11.7 with SMTP id r7mr377955qcr.61.1370648802384; Fri, 07 Jun 2013 16:46:42 -0700 (PDT) Received: from localhost.localdomain (pool-108-28-6-146.washdc.fios.verizon.net. [108.28.6.146]) by mx.google.com with ESMTPSA id gt9sm1356139qeb.8.2013.06.07.16.46.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Jun 2013 16:46:41 -0700 (PDT) From: Frank Hunleth To: buildroot@busybox.net Date: Fri, 7 Jun 2013 16:46:10 -0700 Message-Id: <1370648770-18308-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQmaML4aBYgcNA4fJizjiPj7R6ZjWBsNT26QI70Ky1ccyVMdvv580e1GB8p9UGnqdLZ6tOqh Subject: [Buildroot] [PATCH 1/1] lua-msgpack-native: fix git hash tag 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 Remove initial g from hash tag to fix downloads from github. Signed-off-by: Frank Hunleth --- package/lua-msgpack-native/lua-msgpack-native.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lua-msgpack-native/lua-msgpack-native.mk b/package/lua-msgpack-native/lua-msgpack-native.mk index 03ea5f8..6ec923c 100644 --- a/package/lua-msgpack-native/lua-msgpack-native.mk +++ b/package/lua-msgpack-native/lua-msgpack-native.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUA_MSGPACK_NATIVE_VERSION = g41cce91 +LUA_MSGPACK_NATIVE_VERSION = 41cce91 LUA_MSGPACK_NATIVE_SITE = http://github.com/kengonakajima/lua-msgpack-native/tarball/$(LUA_MSGPACK_NATIVE_VERSION) LUA_MSGPACK_NATIVE_DEPENDENCIES = lua LUA_MSGPACK_NATIVE_LICENSE = Apache-2.0