From 8b99eb30b7fbcc91d2686095c8f5744a975cbcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 28 Mar 2016 14:53:35 +0200 Subject: [PATCH] bluez: update to v5.38 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/openwrt/packages/issues/2523 Closes https://github.com/openwrt/packages/pull/2545 Signed-off-by: Álvaro Fernández Rojas --- utils/bluez/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/bluez/Makefile b/utils/bluez/Makefile index 177aa25bc5..0430cd6c1a 100644 --- a/utils/bluez/Makefile +++ b/utils/bluez/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez -PKG_VERSION:=5.37 -PKG_RELEASE:=2 +PKG_VERSION:=5.38 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/bluetooth/ -PKG_MD5SUM:=33177e5743e24b2b3738f72be64e3ffb +PKG_MD5SUM:=dae2ed00c63791800ea7d10a381270a5 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING