Minor changes. https://github.com/pciutils/pciutils/blob/v3.14.0/ChangeLog
Signed-off-by: Christian Melki <[email protected]> --- rules/pciutils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pciutils.make b/rules/pciutils.make index 46c15b8ab..df7aef3f3 100644 --- a/rules/pciutils.make +++ b/rules/pciutils.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils # # Paths and names # -PCIUTILS_VERSION := 3.13.0 -PCIUTILS_MD5 := 03cf42b53406618b35782a1fb729e330 +PCIUTILS_VERSION := 3.14.0 +PCIUTILS_MD5 := 9c98aeb5ca211d6d7e4cb5e20a489afe PCIUTILS := pciutils-$(PCIUTILS_VERSION) PCIUTILS_SUFFIX := tar.gz PCIUTILS_URL := https://github.com/pciutils/pciutils/archive/refs/tags/v$(PCIUTILS_VERSION).$(PCIUTILS_SUFFIX) -- 2.34.1
