diff options
author | Juergen Daubert <jue@jue.li> | 2022-11-25 18:31:36 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-11-25 18:31:36 +0100 |
commit | a0a8f6b3e3766cb70b1fad639f659c9399a2b8fb (patch) | |
tree | b27cb32f27a24b32c7166999c63dd9baa6630349 | |
parent | 52583455c52695f96759489b964ccd6252847997 (diff) | |
download | core-a0a8f6b3e3766cb70b1fad639f659c9399a2b8fb.tar.gz core-a0a8f6b3e3766cb70b1fad639f659c9399a2b8fb.tar.xz |
pciutils: update to 3.9.0
-rw-r--r-- | pciutils/.footprint | 4 | ||||
-rw-r--r-- | pciutils/.signature | 8 | ||||
-rw-r--r-- | pciutils/Pkgfile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/pciutils/.footprint b/pciutils/.footprint index 601371dd..624860d2 100644 --- a/pciutils/.footprint +++ b/pciutils/.footprint @@ -10,8 +10,8 @@ drwxr-xr-x root/root usr/include/pci/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libpci.a lrwxrwxrwx root/root usr/lib/libpci.so -> libpci.so.3 -lrwxrwxrwx root/root usr/lib/libpci.so.3 -> libpci.so.3.8.0 --rw-r--r-- root/root usr/lib/libpci.so.3.8.0 +lrwxrwxrwx root/root usr/lib/libpci.so.3 -> libpci.so.3.9.0 +-rw-r--r-- root/root usr/lib/libpci.so.3.9.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libpci.pc drwxr-xr-x root/root usr/sbin/ diff --git a/pciutils/.signature b/pciutils/.signature index b0828d1a..07eefe30 100644 --- a/pciutils/.signature +++ b/pciutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqnkDvppcPeQLnb8jdDdPUcUEY2K6rrbe+kRiyQWBTeAKozZEznh9cUT+2gDi6y+twbPy6JPkio9IxB1UyFR8PQ4= -SHA256 (Pkgfile) = 716475c473a27112c398d5957e6a42147a0fd2d4eb019d03d064b1e2277d0baf -SHA256 (.footprint) = 538254b428bde6fdfdeb3703a2b8a45158869242e1547e31b0d478ae91065e25 -SHA256 (pciutils-3.8.0.tar.xz) = 91edbd0429a84705c9ad156d4ff38ccc724d41ea54c4c5b88e38e996f8a34f05 +RWRJc1FUaeVequJ6yeJ852yk/2LT6/kJWNVNzt1nT5H6bkLOMxsp0D/ujTLdaKzYnsnaYMpFIVk3SkNrXkV7cLJqvs/TX91xvwc= +SHA256 (Pkgfile) = 9788adfa36394754c32df705a83ee9fc050d6463f70deea40c327c1573faaaed +SHA256 (.footprint) = 8ff215913c76ce3d647d3b36928ad8e647f8cd502399041cc15072c505e5c74f +SHA256 (pciutils-3.9.0.tar.gz) = 8953a785b2e3af414434b8fdcbfb75c90758819631001e60dd3afb89b22b2331 diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile index edac9378..fce2872a 100644 --- a/pciutils/Pkgfile +++ b/pciutils/Pkgfile @@ -4,9 +4,9 @@ # Depends on: eudev name=pciutils -version=3.8.0 +version=3.9.0 release=1 -source=(https://www.kernel.org/pub/software/utils/pciutils/$name-$version.tar.xz) +source=(https://mj.ucw.cz/download/linux/pci/$name-$version.tar.gz) build() { cd $name-$version |