diff options
author | Fabio Estevam <festevam@gmail.com> | 2017-07-05 10:49:42 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 16:17:47 +0200 |
commit | 39b8b25f7aefb9ae3f6c9437d2f3b7160e2b1ec8 (patch) | |
tree | f7e2d1e0ad8ca26877510da4b03f6f05397d094e | |
parent | 6fd1d54ab6fe079bbaefe4d5dfe29d131402a106 (diff) | |
download | buildroot-39b8b25f7aefb9ae3f6c9437d2f3b7160e2b1ec8.tar.gz buildroot-39b8b25f7aefb9ae3f6c9437d2f3b7160e2b1ec8.zip |
pciutils: bump to version 3.5.5
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pciutils/pciutils.hash | 2 | ||||
-rw-r--r-- | package/pciutils/pciutils.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash index 2572c35bca..80d7041a4f 100644 --- a/package/pciutils/pciutils.hash +++ b/package/pciutils/pciutils.hash @@ -1,2 +1,2 @@ # From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc -sha256 3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc pciutils-3.5.2.tar.xz +sha256 1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5 pciutils-3.5.5.tar.xz diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 5b32eed185..2dd5771f21 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -PCIUTILS_VERSION = 3.5.2 +PCIUTILS_VERSION = 3.5.5 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES |