From fb1acc778d6e71cbeb5f512a8f8fb179b4fdf46e Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 26 Aug 2017 22:32:58 +0200 Subject: Update USBPcap to 1.2.0.3 Change-Id: Ie5dbe818e214738ea8e82fe7d72fc8a20b30691b Reviewed-on: https://code.wireshark.org/review/23221 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- tools/win-setup.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/win-setup.ps1') 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; -- cgit v1.2.3