From 8b729e267018185b104a03129d5050d5927dfe12 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 21 Nov 2022 11:28:07 +0000 Subject: [PATCH] pciutils: update to 3.9.0 release notes: - https://github.com/pciutils/pciutils/blob/v3.9.0/ChangeLog --- 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 3380457534..43095d99ca 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.8.0" -PKG_SHA256="91edbd0429a84705c9ad156d4ff38ccc724d41ea54c4c5b88e38e996f8a34f05" +PKG_VERSION="3.9.0" +PKG_SHA256="cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012" 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"