Skip to content

Commit d48ccc3

Browse files
committed
AppVeyor: use the current NPcap SDK, 1.15.
1 parent f39d79d commit d48ccc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ install:
1515
- win_bison --version
1616
- appveyor DownloadFile https://github.com/the-tcpdump-group/tcpdump-htdocs/raw/master/depends/WpdPack_4_1_2.zip
1717
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
18-
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.13.zip
19-
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk
18+
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.15.zip
19+
- 7z x .\npcap-sdk-1.15.zip -oc:\projects\libpcap\Win32\npcap-sdk
2020

2121
environment:
2222
#

0 commit comments

Comments
 (0)