usbutils: Update usb.ids to 0.321
Update usb.ids to 0.321 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
b3a0c97b8c
commit
9b16a69941
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=usbutils
|
||||
PKG_VERSION:=007
|
||||
PKG_RELEASE:=9
|
||||
PKG_RELEASE:=10
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
|
||||
|
@ -32,13 +32,13 @@ define Package/usbutils
|
|||
URL:=http://www.linux-usb.org/
|
||||
endef
|
||||
|
||||
USB_IDS_VER:=0.315
|
||||
USB_IDS_VER:=0.321
|
||||
USB_IDS_FILE:=usb.ids.$(USB_IDS_VER)
|
||||
define Download/usb_ids
|
||||
FILE:=$(USB_IDS_FILE)
|
||||
URL_FILE:=usb.ids
|
||||
URL:=@GITHUB/vcrhonek/hwdata/v$(USB_IDS_VER)
|
||||
HASH:=7454bd75fcfe5559bd1caa1bb132ecffe72a39269a2efaab9472de46be3bcf57
|
||||
HASH:=00aa21766bb078186d2bc2cca9a2ae910aa2b787a810e97019b1b3f94c9453f2
|
||||
endef
|
||||
$(eval $(call Download,usb_ids))
|
||||
|
||||
|
|
Loading…
Reference in New Issue