Windows: upgrade Npcap to 1.31

This commit is contained in:
Pascal Quantin 2021-05-29 12:48:58 +02:00
parent 389025227e
commit 225352970b
3 changed files with 7 additions and 7 deletions

View File

@ -13,8 +13,8 @@ It is used for troubleshooting, analysis, development and education.
== Whats New
// The Windows installers now ship with Npcap 1.10.
// They previously shipped with Npcap 1.00.
The Windows installers now ship with Npcap 1.31.
They previously shipped with Npcap 1.10.
// The Windows installers now ship with USBPcap 1.5.X.0.
// They previously shipped with USBPcap 1.5.4.0.

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 "1.10")
set(NPCAP_PACKAGE_VERSION "1.31")
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 = "2021-03-09-3.4"
$Win32CurrentTag = "2021-03-09-3.4"
$Win64CurrentTag = "2021-05-29-3.4"
$Win32CurrentTag = "2021-05-29-3.4"
# Archive file / SHA256
$Win64Archives = @{
@ -133,12 +133,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
"npcap-1.10.exe" = "bcfbc57d41c00e40298c5c3040264e694cc8fc7da55939729aedc1041c8e92dd";
"npcap-1.31.exe" = "d6ad41e38e240b19a1db57e3ceb21ac3c7fa4d970ee6f446a0ac10fdc4bf9ec5";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
"npcap-1.10.exe" = "bcfbc57d41c00e40298c5c3040264e694cc8fc7da55939729aedc1041c8e92dd";
"npcap-1.31.exe" = "d6ad41e38e240b19a1db57e3ceb21ac3c7fa4d970ee6f446a0ac10fdc4bf9ec5";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}