aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-08-26 20:19:14 +0200
committerPascal Quantin <pascal@wireshark.org>2020-08-26 18:52:41 +0000
commit429fa65c80291ae85b75121304851d5cb3648f91 (patch)
treeb1882e7976926db15e02c77e528d3824dd20cf96 /tools
parent73eff55668008a54e9cb508330f16108b798697b (diff)
Windows: upgrade Npcap to 0.9997
Diffstat (limited to 'tools')
-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 bbf6c4d7e5..0fdc0b191a 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-08-09"
-$Win32CurrentTag = "2020-08-09"
+$Win64CurrentTag = "2020-08-26"
+$Win32CurrentTag = "2020-08-26"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9996.exe" = "efd708a2109dbe27ccfb66c5d2726762646da3a1c0534274ada31863658fe162";
+ "npcap-0.9997.exe" = "e766b0ebfcf709f8f87cc8ba57c8c0b86c737e24d244a67b5ab3b474acfa5a88";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
- "npcap-0.9996.exe" = "efd708a2109dbe27ccfb66c5d2726762646da3a1c0534274ada31863658fe162";
+ "npcap-0.9997.exe" = "e766b0ebfcf709f8f87cc8ba57c8c0b86c737e24d244a67b5ab3b474acfa5a88";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}