From: Rosen Penev Date: Mon, 4 Jan 2021 00:27:08 +0000 (-0800) Subject: libusb: update to 1.0.24 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0798b13d7df0deafd005b14d52420c4f480d146e;p=openwrt%2Fstaging%2Fnbd.git libusb: update to 1.0.24 Signed-off-by: Rosen Penev --- 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