From: Gustavo Zacarias Date: Tue, 4 Oct 2016 10:32:58 +0000 (-0300) Subject: pciutils: bump to version 3.5.2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=426a84c2fe347ff22ae5fab19b243738d20e0b2d;p=buildroot.git pciutils: bump to version 3.5.2 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/pciutils/pciutils.hash b/package/pciutils/pciutils.hash index efdb108c61..2572c35bca 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 2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f pciutils-3.5.1.tar.xz +sha256 3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc pciutils-3.5.2.tar.xz diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 4714ceacae..e65eadcaf1 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -PCIUTILS_VERSION = 3.5.1 +PCIUTILS_VERSION = 3.5.2 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES