aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-08-26 22:32:58 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-08-27 07:25:04 +0000
commitfb1acc778d6e71cbeb5f512a8f8fb179b4fdf46e (patch)
tree886e6b850e548ef9fb6ca8762a0f96dcdf195c4a /tools/win-setup.ps1
parenta08e998ca2e7a8229da7f8b292dad94734977f33 (diff)
Update USBPcap to 1.2.0.3
Change-Id: Ie5dbe818e214738ea8e82fe7d72fc8a20b30691b Reviewed-on: https://code.wireshark.org/review/23221 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@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 4a63a488b5..f6993cd923 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -99,8 +99,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2017-08-23"
-$Win32CurrentTag = "2017-08-23"
+$Win64CurrentTag = "2017-08-26"
+$Win32CurrentTag = "2017-08-26"
# Archive file / subdir.
$Win64Archives = @{
@@ -159,12 +159,12 @@ $Win32Archives = @{
$Win32Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.2.0.2.exe";
+ "USBPcapSetup-1.2.0.3.exe";
)
$Win64Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.2.0.2.exe";
+ "USBPcapSetup-1.2.0.3.exe";
)
$Archives = $Win64Archives;