From 2585eba99b57ff2f3813d06d4018495c42fec004 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 07 Apr 2024 17:44:45 +0200
Subject: [PATCH] pciutils: update to 3.12.0

---
 components/sysutils/pciutils/Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/sysutils/pciutils/Makefile b/components/sysutils/pciutils/Makefile
index 903ba97..9be2e50 100644
--- a/components/sysutils/pciutils/Makefile
+++ b/components/sysutils/pciutils/Makefile
@@ -16,13 +16,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		pciutils
-COMPONENT_VERSION=	3.11.1
+COMPONENT_VERSION=	3.12.0
 COMPONENT_SUMMARY=	The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH =	sha256:1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd
-COMPONENT_ARCHIVE_URL =		https://mj.ucw.cz/download/linux/pci/$(COMPONENT_ARCHIVE)
-COMPONENT_PROJECT_URL =		https://mj.ucw.cz/sw/pciutils/
+COMPONENT_ARCHIVE_HASH=	sha256:827a641d2016a15f0b959804daa5a05f055d0f91d58a70d32ac41ce7ef94164e
+COMPONENT_ARCHIVE_URL=	https://mj.ucw.cz/download/linux/pci/$(COMPONENT_ARCHIVE)
+COMPONENT_PROJECT_URL=	https://mj.ucw.cz/sw/pciutils/
 COMPONENT_FMRI=		system/pciutils
 COMPONENT_CLASSIFICATION=	System/Hardware
 COMPONENT_LICENSE=	GPLv2

--
Gitblit v1.9.3