diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-11-29 22:04:15 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-11-30 12:03:10 +0100 |
commit | 372e9255b2cd475cb68f51413ad60bb205fc4793 (patch) | |
tree | 480712eb583247c8cff8bb1831bb382ea29a4e08 | |
parent | cde22e1fd340492f6f017c9f9a2d749391961887 (diff) | |
download | buildroot-372e9255b2cd475cb68f51413ad60bb205fc4793.tar.gz buildroot-372e9255b2cd475cb68f51413ad60bb205fc4793.zip |
package/bluez5_utils: bump version to 5.43
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/bluez5_utils/bluez5_utils.hash | 2 | ||||
-rw-r--r-- | package/bluez5_utils/bluez5_utils.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/bluez5_utils/bluez5_utils.hash b/package/bluez5_utils/bluez5_utils.hash index cbb3aa3cad..b030f1a08a 100644 --- a/package/bluez5_utils/bluez5_utils.hash +++ b/package/bluez5_utils/bluez5_utils.hash @@ -1,2 +1,2 @@ # From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc: -sha256 21d1bc9150d3576296595217efb98a746b592389d25d5637e8bee5da7272593b bluez-5.39.tar.xz +sha256 16c9c05d2a1da644ce3570d975ada3643d2e60c007a955bac09c0a0efeb58d15 bluez-5.43.tar.xz diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk index 49cc7c2176..66c3eab1e9 100644 --- a/package/bluez5_utils/bluez5_utils.mk +++ b/package/bluez5_utils/bluez5_utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -BLUEZ5_UTILS_VERSION = 5.39 +BLUEZ5_UTILS_VERSION = 5.43 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth BLUEZ5_UTILS_INSTALL_STAGING = YES |