Skip to content

Commit

Permalink
pciutils: update to 3.7.0
Browse files Browse the repository at this point in the history
- mitigate fetch_one_file race
- update
  • Loading branch information
wwwutz committed Sep 17, 2020
1 parent 8566a0e commit 5496315
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pciutils.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION pciutils-3.6.3.2020.02.12-0
# BEE_VERSION pciutils-3.7.0.2020.02.12-0

PCIURL="https://beehive.molgen.mpg.de/2e95cdfc98e810d03a6c53fa7d8403fb/pci.ids" # 2020.02.12
#PCIURL="http://pci-ids.ucw.cz/v2.2/pci.ids"

SRCURL[0]="https://beehive.molgen.mpg.de/e6e20482b4f25c5186e6a753c5edc361/pciutils-3.7.0.tar.xz"
#SRCURL[0]="https://www.kernel.org/pub/software/utils/pciutils/pciutils-${PKGVERSION[3]}.tar.xz"

SRCURL[0]="https://www.kernel.org/pub/software/utils/pciutils/pciutils-${PKGVERSION[3]}.tar.xz"
# PATCHURL+=()

# build_in_sourcedir
Expand All @@ -14,7 +19,9 @@ SRCURL[0]="https://www.kernel.org/pub/software/utils/pciutils/pciutils-${PKGVERS
#}

mee_getsources_post() {
fetch_one_file "http://pci-ids.ucw.cz/v2.2/pci.ids"
mkdir -p ${F}
# fetch_one_file "http://pci-ids.ucw.cz/v2.2/pci.ids"
fetch_one_file ${PCIURL}
}

#mee_patch() {
Expand Down Expand Up @@ -42,3 +49,4 @@ mee_install_post() {
cp -v ${F}/pci.ids ${IDS}
grep Version: ${IDS}
}

0 comments on commit 5496315

Please sign in to comment.