Merge pull request #12476 from lucize/pcitools
pciutils: update to 3.7.0
This commit is contained in:
commit
e5709cb8fe
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pciutils
|
||||
PKG_VERSION:=3.6.4
|
||||
PKG_VERSION:=3.7.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
||||
PKG_HASH:=f67ff732976e2db2a5ccdf3960020796526ba6b05f6b1cdd24b7b206af706055
|
||||
PKG_HASH:=9d40b97be8b6a2cdf96aead5a61881d1f7e4e0da9544a9bac4fba1ae9dcd40eb
|
||||
|
||||
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
@ -45,13 +45,13 @@ define Package/libpci
|
|||
endef
|
||||
|
||||
|
||||
PCI_IDS_VER:=0.324
|
||||
PCI_IDS_VER:=0.336
|
||||
PCI_IDS_FILE:=pci.ids.$(PCI_IDS_VER)
|
||||
define Download/pci_ids
|
||||
FILE:=$(PCI_IDS_FILE)
|
||||
URL_FILE:=pci.ids
|
||||
URL:=@GITHUB/vcrhonek/hwdata/v$(PCI_IDS_VER)
|
||||
HASH:=6dba287b4aaafb9582d6139eda22ee6580651b8557828b9598d99078a5f4217e
|
||||
HASH:=94053616c1f9b93540861931fb7891b1b30d6fd21b3e2c1647467527ea38f557
|
||||
endef
|
||||
$(eval $(call Download,pci_ids))
|
||||
|
||||
|
|
Loading…
Reference in a new issue