diff options
author | 2014-11-11 10:13:35 -0300 | |
---|---|---|
committer | 2014-11-11 15:37:02 +0100 | |
commit | af14211012ad318d05007267c2ebaa6b1cf5ad1d (patch) | |
tree | 3c66bc57cad8f7b6823f3b371559533f89edd931 /package/pciutils/pciutils.mk | |
parent | d18ed6b5a1a105d2373eac5e338b49aa3ddecb5e (diff) | |
download | buildroot-af14211012ad318d05007267c2ebaa6b1cf5ad1d.tar.gz buildroot-af14211012ad318d05007267c2ebaa6b1cf5ad1d.tar.bz2 |
pciutils: bump to version 3.3.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pciutils/pciutils.mk')
-rw-r--r-- | package/pciutils/pciutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 54dc1d90e1..3abbf1840b 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -PCIUTILS_VERSION = 3.2.1 +PCIUTILS_VERSION = 3.3.0 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES |