Skip to content

Commit 6f3693d

Browse files
committed
AppVeyor: Update Npcap SDK to 1.07
(cherry picked from commit 7eb602a)
1 parent 15e5621 commit 6f3693d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ matrix:
1212
install:
1313
- appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
1414
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
15-
- appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-1.05.zip
16-
- 7z x .\npcap-sdk-1.05.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.05
15+
- appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-1.07.zip
16+
- 7z x .\npcap-sdk-1.07.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.07
1717

1818
environment:
1919
matrix:
@@ -25,10 +25,10 @@ environment:
2525
SDK: WpdPack
2626
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
2727
GENERATOR: "Visual Studio 14 2015"
28-
SDK: npcap-sdk-1.05
28+
SDK: npcap-sdk-1.07
2929
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3030
GENERATOR: "Visual Studio 14 2015 Win64"
31-
SDK: npcap-sdk-1.05
31+
SDK: npcap-sdk-1.07
3232
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3333
GENERATOR: "Visual Studio 15 2017"
3434
SDK: WpdPack
@@ -37,10 +37,10 @@ environment:
3737
SDK: WpdPack
3838
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3939
GENERATOR: "Visual Studio 15 2017"
40-
SDK: npcap-sdk-1.05
40+
SDK: npcap-sdk-1.07
4141
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4242
GENERATOR: "Visual Studio 15 2017 Win64"
43-
SDK: npcap-sdk-1.05
43+
SDK: npcap-sdk-1.07
4444
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
4545
GENERATOR: "Visual Studio 16 2019"
4646
PLATFORM: Win32
@@ -52,11 +52,11 @@ environment:
5252
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
5353
GENERATOR: "Visual Studio 16 2019"
5454
PLATFORM: Win32
55-
SDK: npcap-sdk-1.05
55+
SDK: npcap-sdk-1.07
5656
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
5757
GENERATOR: "Visual Studio 16 2019"
5858
PLATFORM: x64
59-
SDK: npcap-sdk-1.05
59+
SDK: npcap-sdk-1.07
6060

6161
build_script:
6262
#

0 commit comments

Comments
 (0)