diff options
| author | Nick Hainke | 2025-11-23 11:01:56 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-23 22:50:47 +0000 |
| commit | c4768701743d4296e7be12e0fffd7e1508fbdde3 (patch) | |
| tree | 2178cf565fc7b307652855e54d8d26394002cd75 | |
| parent | 2c667f2df4dac12386c7081f68cf02d7f95a9faa (diff) | |
| download | openwrt-c4768701743d4296e7be12e0fffd7e1508fbdde3.tar.gz | |
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@systemli.org>
| -rw-r--r-- | package/libs/libusb/Makefile | 4 |
1 files 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@nbd.name> PKG_LICENSE:=LGPL-2.1-or-later |