aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-03-07 11:48:44 +0100
committerPascal Quantin <pascal@wireshark.org>2020-03-07 12:57:40 +0000
commitfd6490fa8ef373ca5ae9c11f935de0b0b5c7b19d (patch)
tree37b0983d37e5116de483b0250620ba9b74ac4ae6 /tools/win-setup.ps1
parent460b42f5f9dad0c449b49f17888143b6fb44f9aa (diff)
Windows: upgrade Npcap to 0.9988
Bug: 16329 Change-Id: I3348049369c55bf84380d90fc699c8d1d8604c58 Reviewed-on: https://code.wireshark.org/review/36323 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'tools/win-setup.ps1')
-rw-r--r--tools/win-setup.ps18
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 363c8e8acf..0667c3cdb5 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 = "2020-02-04"
-$Win32CurrentTag = "2020-02-04"
+$Win64CurrentTag = "2020-03-07"
+$Win32CurrentTag = "2020-03-07"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9987.exe" = "350412e4ea41e5d0f674b4ab0da911b1f33a06eef3f667bf9db81412813e284d";
+ "npcap-0.9988.exe" = "826b531c9bccf49258beaa2bb601ca24cc24eec66824853d3c79ec9e4d563933";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}
$Win64Files = @{
- "npcap-0.9987.exe" = "350412e4ea41e5d0f674b4ab0da911b1f33a06eef3f667bf9db81412813e284d";
+ "npcap-0.9988.exe" = "826b531c9bccf49258beaa2bb601ca24cc24eec66824853d3c79ec9e4d563933";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}