From: Nick Hainke Date: Sun, 23 Nov 2025 11:01:56 +0000 (+0100) Subject: libusb: update to 1.0.29 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c4768701743d4296e7be12e0fffd7e1508fbdde3;p=openwrt%2Fstaging%2Fldir.git 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 --- 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 PKG_LICENSE:=LGPL-2.1-or-later