diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 21:11:40 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 21:11:40 (EST) |
commit | 8d3a357e947bc4fc89a8f7d7b5889302cb4b615a (patch) | |
tree | 2070557cb0cb414517d831892916bcd45e1251ac | |
parent | 3b2027aeb275c4da82c65d81270163546a02227c (diff) |
source.mk: Download over HTTPS
-rw-r--r-- | control | 1 | ||||
-rw-r--r-- | source.mk | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> +Build-Depends: busybox (>= 1.32.0-1) Homepage: https://pci-ids.ucw.cz/ @@ -1,3 +1,3 @@ source: mkdir -p ../src/ - wget -O ../src/pci.ids http://pci-ids.ucw.cz/v2.2/pci.ids + wget -O ../src/pci.ids https://pci-ids.ucw.cz/v2.2/pci.ids |