From patchwork Wed Dec 2 10:39:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 551301 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A3BD61402EC for ; Wed, 2 Dec 2015 21:39:53 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D0932329B9; Wed, 2 Dec 2015 10:39:52 +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 gbEbGdoQRAHQ; Wed, 2 Dec 2015 10:39:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 294D032956; Wed, 2 Dec 2015 10:39:51 +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 F2E8B1C053A for ; Wed, 2 Dec 2015 10:39:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ECDFA88DDA for ; Wed, 2 Dec 2015 10:39:49 +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 GQQSmchnf9WU for ; Wed, 2 Dec 2015 10:39:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by whitealder.osuosl.org (Postfix) with ESMTP id 3CDAB88D40 for ; Wed, 2 Dec 2015 10:39:49 +0000 (UTC) Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Websense Email Security Gateway with ESMTPS id 1B43DB4123680 for ; Wed, 2 Dec 2015 10:39:45 +0000 (GMT) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.235.1; Wed, 2 Dec 2015 10:39:46 +0000 Received: from vriera-linux.le.imgtec.org (192.168.154.114) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Wed, 2 Dec 2015 10:39:46 +0000 From: Vicente Olivert Riera To: Date: Wed, 2 Dec 2015 10:39:40 +0000 Message-ID: <1449052781-51345-1-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.4.10 MIME-Version: 1.0 X-Originating-IP: [192.168.154.114] Subject: [Buildroot] [PATCH 1/2] bcache-tools: bump version to 1.0.8 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" And also add a hash file. Signed-off-by: Vicente Olivert Riera --- package/bcache-tools/bcache-tools.hash | 2 ++ package/bcache-tools/bcache-tools.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/bcache-tools/bcache-tools.hash diff --git a/package/bcache-tools/bcache-tools.hash b/package/bcache-tools/bcache-tools.hash new file mode 100644 index 0000000..6d3502f --- /dev/null +++ b/package/bcache-tools/bcache-tools.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c bcache-tools-v1.0.8.tar.gz diff --git a/package/bcache-tools/bcache-tools.mk b/package/bcache-tools/bcache-tools.mk index 666a02f..09604f6 100644 --- a/package/bcache-tools/bcache-tools.mk +++ b/package/bcache-tools/bcache-tools.mk @@ -4,7 +4,7 @@ # ################################################################################ -BCACHE_TOOLS_VERSION = v1.0.7 +BCACHE_TOOLS_VERSION = v1.0.8 BCACHE_TOOLS_SITE = $(call github,g2p,bcache-tools,$(BCACHE_TOOLS_VERSION)) BCACHE_TOOLS_LICENSE = GPLv2 BCACHE_TOOLS_LICENSE_FILES = COPYING