[openwrt/openwrt] libusb: update to 1.0.24

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 17 04:28:47 EST 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0798b13d7df0deafd005b14d52420c4f480d146e

commit 0798b13d7df0deafd005b14d52420c4f480d146e
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Jan 3 16:27:08 2021 -0800

    libusb: update to 1.0.24
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 package/libs/libusb/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index 6ce33d3f86..26f7360166 100644
--- a/package/libs/libusb/Makefile
+++ b/package/libs/libusb/Makefile
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libusb
-PKG_VERSION:=1.0.22
-PKG_RELEASE:=2
+PKG_VERSION:=1.0.24
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=\
   https://github.com/libusb/libusb/releases/download/v$(PKG_VERSION) \
   @SF/$(PKG_NAME)
-PKG_HASH:=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
+PKG_HASH:=7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=0



More information about the lede-commits mailing list