aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-22 13:36:04 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-22 13:36:04 -0400
commit4aed58da90e505d69959046a259c1b5d57353689 (patch)
treeacf654f84b6ebce398489585c1ab6a7c2411e16e /Makefile
parentUpdate data (diff)
downloadhwids-4aed58da90e505d69959046a259c1b5d57353689.tar.gz
hwids-4aed58da90e505d69959046a259c1b5d57353689.tar.bz2
hwids-4aed58da90e505d69959046a259c1b5d57353689.zip
use https for pci.ids
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2893cb..a22795c 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: $(INSTALL_TARGETS-yes)
# OUI/IAB: https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries
fetch:
- $(Q)curl -z pci.ids -o pci.ids -R http://pci-ids.ucw.cz/v2.2/pci.ids
+ $(Q)curl -z pci.ids -o pci.ids -R https://pci-ids.ucw.cz/v2.2/pci.ids
$(Q)curl -z usb.ids -o usb.ids -R http://www.linux-usb.org/usb.ids
$(Q)curl -z oui.txt -o oui.txt -R http://standards-oui.ieee.org/oui/oui.txt
$(Q)curl -z ma-medium.txt -o ma-medium.txt -R http://standards-oui.ieee.org/oui28/mam.txt