From 84b8a080517a8da70c314510d2e74f0da92ad441 Mon Sep 17 00:00:00 2001 From: Kadambini Nema Date: Thu, 1 May 2025 01:09:24 -0700 Subject: [PATCH] package/libusb: bump version to 1.0.28 Release notes: https://github.com/libusb/libusb/releases/tag/v1.0.28 Changelog: https://github.com/libusb/libusb/blob/v1.0.28/ChangeLog#L4 Signed-off-by: Kadambini Nema [Julien: update changelog link to use tag] Signed-off-by: Julien Olivain --- package/libusb/libusb.hash | 2 +- package/libusb/libusb.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libusb/libusb.hash b/package/libusb/libusb.hash index 8ca68f03ba..3d51244b2c 100644 --- a/package/libusb/libusb.hash +++ b/package/libusb/libusb.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575 libusb-1.0.27.tar.bz2 +sha256 966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29 libusb-1.0.28.tar.bz2 sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk index 15649a2ab1..3d809bfb6e 100644 --- a/package/libusb/libusb.mk +++ b/package/libusb/libusb.mk @@ -5,7 +5,7 @@ ################################################################################ LIBUSB_VERSION_MAJOR = 1.0 -LIBUSB_VERSION = $(LIBUSB_VERSION_MAJOR).27 +LIBUSB_VERSION = $(LIBUSB_VERSION_MAJOR).28 LIBUSB_SOURCE = libusb-$(LIBUSB_VERSION).tar.bz2 LIBUSB_SITE = https://github.com/libusb/libusb/releases/download/v$(LIBUSB_VERSION) LIBUSB_LICENSE = LGPL-2.1+