blob: 1588f729c2c036a42dab972a687814af96c11a82 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./update-pciids.sh.orig 2012-07-02 21:45:31.280890064 -0500
+++ ./update-pciids.sh 2012-07-02 21:46:03.875889369 -0500
@@ -3,7 +3,7 @@
[ "$1" = "-q" ] && quiet=true || quiet=false
set -e
-SRC="http://pci-ids.ucw.cz/v2.2/pci.ids"
+SRC="http://pciids.sourceforge.net/pci.ids"
DEST=pci.ids
PCI_COMPRESSED_IDS=0
GREP=grep
|