From dd5a4f18b496a7d04a72a7ec2d39a897e2dabf38 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 16 Dec 2022 12:37:42 +0530 Subject: [PATCH] pciutils: update to 3.9.0. --- srcpkgs/pciutils/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 78a0395570bf..e7f993727aad 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,6 +1,6 @@ # Template file for 'pciutils' pkgname=pciutils -version=3.7.0 +version=3.9.0 revision=1 hostmakedepends="pkg-config" makedepends="zlib-devel libkmod-devel" @@ -8,10 +8,10 @@ depends="hwids" short_desc="PCI bus related utilities" maintainer="Enno Boland " license="GPL-2.0-or-later" -homepage="http://mj.ucw.cz/pciutils.html" +homepage="https://mj.ucw.cz/sw/pciutils/" changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog" -distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz" -checksum=ea768aa0187ba349391c6c157445ecc2b42e7d671fc1ce8c53ff5ef513f1e2ab +distfiles="https://mj.ucw.cz/download/linux/pci/pciutils-${version}.tar.gz" +checksum=8953a785b2e3af414434b8fdcbfb75c90758819631001e60dd3afb89b22b2331 do_build() { make OPT="${CFLAGS}" SHARED=no AR=${AR} \