Windows: upgrade Npcap to 1.00

This commit is contained in:
Pascal Quantin 2020-09-27 14:22:19 +02:00
parent d1f29ee338
commit 0b99248593
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.9997")
set(NPCAP_PACKAGE_VERSION "1.00")
set(USBPCAP_PACKAGE_VERSION "1.5.4.0")

View File

@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2020-08-26"
$Win32CurrentTag = "2020-08-26"
$Win64CurrentTag = "2020-09-27"
$Win32CurrentTag = "2020-09-27"
# Archive file / SHA256
$Win64Archives = @{
@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
"npcap-0.9997.exe" = "e766b0ebfcf709f8f87cc8ba57c8c0b86c737e24d244a67b5ab3b474acfa5a88";
"npcap-1.00.exe" = "488ab12e28e81d0dcf3d5d996f9cb676293f6f73b39e9c99476b5a44cec2250a";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
"npcap-0.9997.exe" = "e766b0ebfcf709f8f87cc8ba57c8c0b86c737e24d244a67b5ab3b474acfa5a88";
"npcap-1.00.exe" = "488ab12e28e81d0dcf3d5d996f9cb676293f6f73b39e9c99476b5a44cec2250a";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}