diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-01-19 09:30:00 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-01-19 09:33:18 +0100 |
commit | e97a651aff28c4bae6696958afbb94f88d80645b (patch) | |
tree | 46dc0491f4f8fe95446adf24c03ea3265bf6b945 /.appveyor.yml | |
parent | 9a50834fdea67471bebb1df511ca3664e0ee56e6 (diff) |
Use more HTTPS in URLs
[skip ci]
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f66b5d33..b7d25560 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ install: - cinst winflexbison - win_flex --version - win_bison --version - - appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip + - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32 - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-0.1.zip - 7z x .\npcap-sdk-0.1.zip -oc:\projects\libpcap\Win32 |