From 9e93af0cec3cfab5ece5450bb65edb36d4fc70e6 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 8 Apr 2026 10:55:57 +0200 Subject: [PATCH] package/pciutils: bump version to 3.15.0 https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/ChangeLog?h=v3.15.0 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/pciutils/pciutils.hash | 2 +- 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 9401d046cb..fc7220f4a8 100644 --- a/package/pciutils/pciutils.hash +++ b/package/pciutils/pciutils.hash @@ -1,3 +1,3 @@ # From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc -sha256 e7713409882813991d2269d125e40dad1f54a019a52b78b3962941c1d4a6f86f pciutils-3.14.0.tar.xz +sha256 c02940f430841ecf158d5d9a50007afc4d5353c8678a2455003ca0b2c4e9f5ff pciutils-3.15.0.tar.xz sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index bd205b1430..ad32713d57 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -PCIUTILS_VERSION = 3.14.0 +PCIUTILS_VERSION = 3.15.0 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES