From e2d84e91a3c94a8615dee9f67306291b08846edc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 14 Oct 2018 22:36:13 +0200 Subject: [PATCH] update-pciids: Download pci.ids over HTTPS --- update-pciids.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-pciids.sh b/update-pciids.sh index ab68d12..2e24120 100755 --- a/update-pciids.sh +++ b/update-pciids.sh @@ -3,7 +3,7 @@ [ "$1" = "-q" ] && quiet=true || quiet=false set -e -SRC="http://pci-ids.ucw.cz/v2.2/pci.ids" +SRC="https://pci-ids.ucw.cz/v2.2/pci.ids" DEST=pci.ids PCI_COMPRESSED_IDS= GREP=grep -- 2.39.2