aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-05-08 16:42:52 +0200
committerAnders Broman <a.broman58@gmail.com>2019-05-08 16:04:38 +0000
commit2f82518f7212e13186a4e0bbe65a9838e16178b8 (patch)
tree056d2811a3f6b4c7310bfa7ada0f2696a37b7d59 /tools/win-setup.ps1
parent4a6d1d099c693c71b4e069d7e3051bec61e35b25 (diff)
Windows: upgrade Npcap to 0.994
Change-Id: I3b64041723a72600a9ef5a6fb9d22b0b30578cfc Reviewed-on: https://code.wireshark.org/review/33114 Reviewed-by: Pascal Quantin <pascal@wireshark.org> Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 e87d92bee4..c74a24ecb8 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 = "2019-05-06"
-$Win32CurrentTag = "2019-05-06"
+$Win64CurrentTag = "2019-05-08"
+$Win32CurrentTag = "2019-05-08"
# Archive file / SHA256
$Win64Archives = @{
@@ -125,12 +125,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
+ "npcap-0.994.exe" = "31402560958a98a59e4a933f934d685211e74eeb99d6ac69cc319ce04df4d620";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}
$Win64Files = @{
- "npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
+ "npcap-0.994.exe" = "31402560958a98a59e4a933f934d685211e74eeb99d6ac69cc319ce04df4d620";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}