aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docbook/release-notes.adoc2
-rw-r--r--packaging/nsis/CMakeLists.txt2
-rw-r--r--tools/win-setup.ps18
3 files changed, 6 insertions, 6 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index b430dece85..c555a55d27 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -31,7 +31,7 @@ See the “New and Updated Features” section below for more details.
The following features are new (or have been significantly updated) since version 3.4.0:
-* The Windows installers now ship with Npcap 1.50.
+* The Windows installers now ship with Npcap 1.55.
//They previously shipped with Npcap 1.31.
* A 64-bit Windows PortableApps package is now available.
diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt
index f223f48b9c..04f696dcbd 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -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.50")
+set(NPCAP_PACKAGE_VERSION "1.55")
set(USBPCAP_PACKAGE_VERSION "1.5.4.0")
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 64523e461b..1a55e0fb50 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2021-08-14"
-$Win32CurrentTag = "2021-08-14"
+$Win64CurrentTag = "2021-09-07"
+$Win32CurrentTag = "2021-09-07"
# Archive file / SHA256
$Win64Archives = @{
@@ -133,12 +133,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-1.50.exe" = "4af9538091ed309ebc57bc35897ccb053012b8a166c32bae0f62fbc4fbf11e89";
+ "npcap-1.55.exe" = "0bcc56aef29b24985d7f658cd34013b08cb53ad5bf6b6ac2a982a5f6d4d95800";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
- "npcap-1.50.exe" = "4af9538091ed309ebc57bc35897ccb053012b8a166c32bae0f62fbc4fbf11e89";
+ "npcap-1.55.exe" = "0bcc56aef29b24985d7f658cd34013b08cb53ad5bf6b6ac2a982a5f6d4d95800";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}