Minor changes and fixes. https://github.com/pciutils/pciutils/blob/v3.13.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 20e2b7f7e..46c15b8ab 100644 --- a/rules/pciutils.make +++ b/rules/pciutils.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils # # Paths and names # -PCIUTILS_VERSION := 3.12.0 -PCIUTILS_MD5 := f6607d41eb8ce0f676368a1012b5fe5c +PCIUTILS_VERSION := 3.13.0 +PCIUTILS_MD5 := 03cf42b53406618b35782a1fb729e330 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
