From patchwork Sun Nov 30 14:43:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaap Crezee X-Patchwork-Id: 416170 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 82FDB14010F for ; Mon, 1 Dec 2014 01:43:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BEB8C335FF; Sun, 30 Nov 2014 14:43:33 +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 ZsHDAKzH681M; Sun, 30 Nov 2014 14:43:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id F08A52F667; Sun, 30 Nov 2014 14:43:31 +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 C89031C2A63 for ; Sun, 30 Nov 2014 14:43:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C542C91924 for ; Sun, 30 Nov 2014 14:43:30 +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 9bnBFera6k0L for ; Sun, 30 Nov 2014 14:43:30 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from jcz.nl (jcz.nl [94.126.37.106]) by whitealder.osuosl.org (Postfix) with ESMTPS id C677191639 for ; Sun, 30 Nov 2014 14:43:29 +0000 (UTC) Received: (qmail 6582 invoked by uid 210); 30 Nov 2014 14:43:28 -0000 Received: from 37.153.194.28 by www.jcz.nl (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.95.3/10458. spamassassin: 3.2.1. perlscan: 1.25st. Clear:RC:1(37.153.194.28):. Processed in 0.020864 secs); 30 Nov 2014 14:43:28 -0000 Received: from hoevelaken.jcz.nl (HELO ?10.0.1.3?) (jaap@jcz.nl@37.153.194.28) by jcz.nl with ESMTPA; 30 Nov 2014 14:43:27 -0000 Message-ID: <547B2D0F.6080904@jcz.nl> Date: Sun, 30 Nov 2014 15:43:27 +0100 From: Jaap Crezee Organization: JCZ-Automatisering User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: buildroot@busybox.net References: <1417358256-3782-1-git-send-email-jaap@jcz.nl> <20141130144053.GY2374@sapphire.tkos.co.il> In-Reply-To: <20141130144053.GY2374@sapphire.tkos.co.il> Subject: Re: [Buildroot] [PATCH] bluez5_utils: bumped version number to 5.25 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: , Reply-To: jaap@jcz.nl Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" On 11/30/14 15:40, Baruch Siach wrote: > From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc Like this? Regards, Jaap Crezee From 50a00f68bbd0bc18217c8e9883c4a20a598ea0b9 Mon Sep 17 00:00:00 2001 From: Jaap Crezee Date: Sun, 30 Nov 2014 15:35:31 +0100 Subject: [PATCH] bluez5_utils: bumped version number to 5.25 Signed-off-by: Jaap Crezee --- package/bluez5_utils/bluez5_utils.hash | 2 ++ package/bluez5_utils/bluez5_utils.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/bluez5_utils/bluez5_utils.hash diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash new file mode 100644 index 0000000..c8295f9 --- /dev/null +++ b/package/bluez5_utils/bluez5_utils.hash @@ -0,0 +1,2 @@ +# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc: +sha256 5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30 bluez-5.25.tar.xz diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk index f34513c..21f792c 100644 --- a/package/bluez5_utils/bluez5_utils.mk +++ b/package/bluez5_utils/bluez5_utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -BLUEZ5_UTILS_VERSION = 5.21 +BLUEZ5_UTILS_VERSION = 5.25 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth BLUEZ5_UTILS_INSTALL_STAGING = YES -- 2.1.3