aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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 a3e16a04f5..b050606945 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-07-02"
-$Win32CurrentTag = "2019-07-02"
+$Win64CurrentTag = "2019-07-03"
+$Win32CurrentTag = "2019-07-03"
# Archive file / SHA256
$Win64Archives = @{
@@ -126,12 +126,12 @@ $ArchivesSubDirectory = @{
$Win32Files = @{
"npcap-0.996.exe" = "1493e5cdefb5d7f9bac8c38f0b1dc33af02f3f54f8c536e5713acdaeeda0dafd";
- "USBPcapSetup-1.5.1.0.exe" = "76c6a8b95f48f569c0760e518192c14d270920e32eba36f1dd9ca0821d3c3de9";
+ "USBPcapSetup-1.5.2.0.exe" = "2c5a453789e53ac218afaaa7287545d8c6ccc63fdd1b286b4c9202c0e5138e8d";
}
$Win64Files = @{
"npcap-0.996.exe" = "1493e5cdefb5d7f9bac8c38f0b1dc33af02f3f54f8c536e5713acdaeeda0dafd";
- "USBPcapSetup-1.5.1.0.exe" = "76c6a8b95f48f569c0760e518192c14d270920e32eba36f1dd9ca0821d3c3de9";
+ "USBPcapSetup-1.5.2.0.exe" = "2c5a453789e53ac218afaaa7287545d8c6ccc63fdd1b286b4c9202c0e5138e8d";
}
$Archives = $Win64Archives;