From patchwork Mon Jul 27 18:51:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 500558 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]) by ozlabs.org (Postfix) with ESMTP id 7CFFD1402C0 for ; Tue, 28 Jul 2015 04:52:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=D+jQETFX; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A961B95204; Mon, 27 Jul 2015 18:52:36 +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 ScmRlKBM7JDX; Mon, 27 Jul 2015 18:52:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id ED163951FB; Mon, 27 Jul 2015 18:52:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 766311C2B8D for ; Mon, 27 Jul 2015 18:52:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EBC7F916D8 for ; Mon, 27 Jul 2015 18:52:07 +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 F-G-sdi+jYgH for ; Mon, 27 Jul 2015 18:52:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 380F491706 for ; Mon, 27 Jul 2015 18:52:05 +0000 (UTC) Received: by wibud3 with SMTP id ud3so128632530wib.0 for ; Mon, 27 Jul 2015 11:52:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JOu+3SS2R89jOJXW+/sI94CfT3HYEYHNdqH7EATHwpM=; b=D+jQETFXR18D6rKnFS8fU3eVPES/4Nzy0RMRJU3aP4Klw+YaQeG5Sm8ZjbjxKjOb7i xsLKTcMg23tyqOkh2i19M/zRv4BwXDlfoVbLBDRofe4Yc5xn+wmW2XDhN83d2m0m6Kxo xwBf5rAQbHhTctRCdF9qFxyIdt8Fl+7zv1iZfT8o9gPHKz9mJvRYW95JiSScw+9aJyrx Qa12JYxRlaHCBoVd1QjFEmmwYUKIV3e8ela0I98ym5r793sLeU+CCvEd2dWFRK0e/Yad mVJhR97+TbEsULqa5uXQWkVxFiVMbQRqdmJWf71Wm2QQYgm9d4etwk2RUd/bshOzgIA4 sdCg== X-Received: by 10.194.175.233 with SMTP id cd9mr57181757wjc.68.1438023123977; Mon, 27 Jul 2015 11:52:03 -0700 (PDT) Received: from localhost.localdomain (44.181.132.77.rev.sfr.net. [77.132.181.44]) by smtp.gmail.com with ESMTPSA id s16sm15000759wib.16.2015.07.27.11.52.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Jul 2015 11:52:03 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Mon, 27 Jul 2015 20:51:07 +0200 Message-Id: <1438023083-19010-16-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1438023083-19010-1-git-send-email-francois.perrad@gadz.org> References: <1438023083-19010-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 16/32] lua-messagepack: add hash file 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: Francois Perrad --- package/lua-messagepack/lua-messagepack.hash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/lua-messagepack/lua-messagepack.hash diff --git a/package/lua-messagepack/lua-messagepack.hash b/package/lua-messagepack/lua-messagepack.hash new file mode 100644 index 0000000..e4a442d --- /dev/null +++ b/package/lua-messagepack/lua-messagepack.hash @@ -0,0 +1,3 @@ +# Locally calculated +sha256 7b173f90a7d1c473aa176de8358060e5e7d312c97c5add327007bf04709e0300 lua-messagepack-0.3.3-1.src.rock +sha256 bd7d6e02d40b53ed143a8c7222c6ae0cbb7c7fd4fafda9c5f5326423d06ea25d lua-messagepack-lua53-0.3.3-1.src.rock