From patchwork Fri Nov 21 16:36:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaap Crezee X-Patchwork-Id: 413113 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 99183140187 for ; Sat, 22 Nov 2014 03:36:44 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6539E94E12; Fri, 21 Nov 2014 16:36:42 +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 fK6XZcl2F6pk; Fri, 21 Nov 2014 16:36:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2F3EA94D2D; Fri, 21 Nov 2014 16:36:40 +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 A08B71C257C for ; Fri, 21 Nov 2014 16:36:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9B53691452 for ; Fri, 21 Nov 2014 16:36:39 +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 VwYTq5MD9cMW for ; Fri, 21 Nov 2014 16:36:38 +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 4F8098BC43 for ; Fri, 21 Nov 2014 16:36:38 +0000 (UTC) Received: (qmail 8914 invoked by uid 210); 21 Nov 2014 16:36:35 -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.021979 secs); 21 Nov 2014 16:36:35 -0000 Received: from hoevelaken.jcz.nl (HELO jaap.localdomain) (jaap@jcz.nl@37.153.194.28) by jcz.nl with ESMTPA; 21 Nov 2014 16:36:35 -0000 From: Jaap Crezee To: buildroot@buildroot.org Date: Fri, 21 Nov 2014 17:36:31 +0100 Message-Id: <1416587791-30125-1-git-send-email-jaap@jcz.nl> X-Mailer: git-send-email 2.1.3 Subject: [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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" --- package/bluez5_utils/bluez5_utils.hash | 3 +++ package/bluez5_utils/bluez5_utils.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 package/bluez5_utils/bluez5_utils.hash Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash new file mode 100644 index 0000000..9166f7e --- /dev/null +++ b/package/bluez5_utils/bluez5_utils.hash @@ -0,0 +1,3 @@ +# No upstream hashes for the following: +sha1 8f65a7076d83116cfacbb84374b99269cd15f1d6 bluez-5.25.tar.xz +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