Windows: upgrade Npcap to 1.71

This commit is contained in:
Pascal Quantin 2022-08-25 14:59:35 +02:00 committed by AndersBroman
parent f593c4165e
commit 5fa60f079e
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ See the “New and Updated Features” section below for more details.
The following features are new (or have been significantly updated) since version 4.0.0:
// * The Windows installers now ship with Npcap 1.70.
// * The Windows installers now ship with Npcap 1.71.
// They previously shipped with Npcap 1.60.

View File

@ -67,7 +67,7 @@ endif()
set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})
# Must match tools/win-setup.ps1.
set(NPCAP_PACKAGE_VERSION "1.70")
set(NPCAP_PACKAGE_VERSION "1.71")
set(USBPCAP_PACKAGE_VERSION "1.5.4.0")

View File

@ -105,7 +105,7 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win64Files = @{
"Npcap/npcap-1.70.exe" = "53913ee65ac54927c793254d7404d40c57432de18b60feb3bd9cfd554d38dde9";
"Npcap/npcap-1.71.exe" = "5ccb61296c48e3f8cd20db738784bd7bf0daf8fce630f89892678b6dda4e533c";
"USBPcap/USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}