diff options
author | 2015-10-02 13:52:18 -0300 | |
---|---|---|
committer | 2015-10-02 21:48:42 +0200 | |
commit | 376284ba4a2f7e9bea0c38cbe11591ff8e306293 (patch) | |
tree | af7e51623f3522650f870e3d0363002d70c72527 /package/pciutils/pciutils.mk | |
parent | 6782aaa582997147f1eb2c6e890a39d885d3b34e (diff) | |
download | buildroot-376284ba4a2f7e9bea0c38cbe11591ff8e306293.tar.gz buildroot-376284ba4a2f7e9bea0c38cbe11591ff8e306293.tar.bz2 |
pciutils: bump to version 3.4.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 12c13b2e16..6c0e660316 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -PCIUTILS_VERSION = 3.3.1 +PCIUTILS_VERSION = 3.4.0 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES |