Windows: upgrade Npcap to 0.9987

Change-Id: I6f1fcbb49b0002a4273fea449cd7346f4f0f1f58
Reviewed-on: https://code.wireshark.org/review/36031
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Pascal Quantin 2020-02-04 21:16:09 +01:00
parent 995672e8b6
commit a6614f995c
2 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ endif()
set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})
# Must match ${EXTRA_INSTALLER_DIR}/Npcap-X.Y.Z.exe
set(NPCAP_PACKAGE_VERSION "0.9986")
set(NPCAP_PACKAGE_VERSION "0.9987")
set(USBPCAP_PACKAGE_VERSION "1.5.3.0")

View File

@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2020-01-09"
$Win32CurrentTag = "2020-01-21"
$Win64CurrentTag = "2020-02-04"
$Win32CurrentTag = "2020-02-04"
# Archive file / SHA256
$Win64Archives = @{
@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
"npcap-0.9986.exe" = "59e7edd7c98d076ca508f7aa536008a065e2f61366499476db4c87fbc82fd2e3";
"npcap-0.9987.exe" = "350412e4ea41e5d0f674b4ab0da911b1f33a06eef3f667bf9db81412813e284d";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}
$Win64Files = @{
"npcap-0.9986.exe" = "59e7edd7c98d076ca508f7aa536008a065e2f61366499476db4c87fbc82fd2e3";
"npcap-0.9987.exe" = "350412e4ea41e5d0f674b4ab0da911b1f33a06eef3f667bf9db81412813e284d";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}