[openwrt/openwrt] libusb: update to 1.0.29
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 23 14:51:03 PST 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c4768701743d4296e7be12e0fffd7e1508fbdde3
commit c4768701743d4296e7be12e0fffd7e1508fbdde3
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 12:01:56 2025 +0100
libusb: update to 1.0.29
Release Notes:
- https://github.com/libusb/libusb/releases/tag/v1.0.29
- https://github.com/libusb/libusb/releases/tag/v1.0.28
Link: https://github.com/openwrt/openwrt/pull/20897
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libusb/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index 6171c31479..d5b0534003 100644
--- a/package/libs/libusb/Makefile
+++ b/package/libs/libusb/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libusb
-PKG_VERSION:=1.0.27
+PKG_VERSION:=1.0.29
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/libusb/libusb/releases/download/v$(PKG_VERSION)
-PKG_HASH:=ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575
+PKG_HASH:=5977fc950f8d1395ccea9bd48c06b3f808fd3c2c961b44b0c2e6e29fc3a70a85
PKG_MAINTAINER:= Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=LGPL-2.1-or-later
More information about the lede-commits
mailing list