aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-05-05 20:54:07 +0200
committerPascal Quantin <pascal@wireshark.org>2020-05-05 19:35:29 +0000
commit5dabd51742ac5064cab00e56d075c114c7f9157c (patch)
tree0350b5264e40bc1313bb1fb898d644e68ab2ec00 /tools
parent1408dd3b5022cf5b4f7545440cd5839c784a4764 (diff)
Windows: upgrade Npcap to 0.9991
Change-Id: I5c664a26ede1a5904d4f02a38c43af6c15dce5f9 Reviewed-on: https://code.wireshark.org/review/37152 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
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 aa716baef3..0a24b9acb1 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-04-06"
-$Win32CurrentTag = "2020-04-06"
+$Win64CurrentTag = "2020-05-05"
+$Win32CurrentTag = "2020-05-05"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9990.exe" = "c72d4a187b06f343716865b507b55b2fa35d5765b28b103c8546ddf1d1ed1bf1";
+ "npcap-0.9991.exe" = "ff00c9b15073fb26c3cea7f2db4a3dda4306fc0d49b66ca703ce0b36b72e9bd4";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}
$Win64Files = @{
- "npcap-0.9990.exe" = "c72d4a187b06f343716865b507b55b2fa35d5765b28b103c8546ddf1d1ed1bf1";
+ "npcap-0.9991.exe" = "ff00c9b15073fb26c3cea7f2db4a3dda4306fc0d49b66ca703ce0b36b72e9bd4";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}