From 51e125bb2c47cb4602af6a134fd740c792596d58 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 6 Apr 2024 03:13:28 +0000 Subject: [PATCH] pciutils: update to 3.12.0 --- packages/sysutils/pciutils/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/pciutils/package.mk b/packages/sysutils/pciutils/package.mk index fab266d341..4eeb57f313 100644 --- a/packages/sysutils/pciutils/package.mk +++ b/packages/sysutils/pciutils/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="pciutils" -PKG_VERSION="3.11.1" -PKG_SHA256="3f472ad864473de5ba17f765cc96ef5f33e1b730918d3adda6f945a2a9290df4" +PKG_VERSION="3.12.0" +PKG_SHA256="f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154" PKG_LICENSE="GPL" PKG_SITE="http://mj.ucw.cz/pciutils.shtml" PKG_URL="https://www.kernel.org/pub/software/utils/pciutils/${PKG_NAME}-${PKG_VERSION}.tar.xz"