aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-05-11 21:15:28 +0200
committerMichael Mann <mmann78@netscape.net>2017-05-12 03:07:31 +0000
commit46ef2dabfda873fcad35c57b9de75da598d4b5a3 (patch)
tree44eeb40c85b124a1ed5654ad2313f5a2ad37d57e /tools
parentd2e7e0b5196b166d96c4eaa154d2a06e71dcee1f (diff)
Windows: update LZ4 to 1.7.5 and USBPcap to 1.2.0.1
Change-Id: I02eb4c255a0794b650f566abdadcac16e97196af Reviewed-on: https://code.wireshark.org/review/21609 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps114
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index d5de17df01..fec9c1bd47 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-04-18"
-$Win32CurrentTag = "2017-04-18"
+$Win64CurrentTag = "2017-05-11"
+$Win32CurrentTag = "2017-05-11"
# Archive file / subdir.
$Win64Archives = @{
@@ -115,7 +115,7 @@ $Win64Archives = @{
"libssh-0.7.3-1-win64ws.zip" = "";
"libxml2-2.9.4-win64ws.zip" = "";
"lua-5.2.4_Win64_dllw4_lib.zip" = "lua5.2.4";
- "lz4-r131-1-win64ws.zip" = "";
+ "lz4-1.7.5-win64ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-1-win64ws.zip" = "";
"portaudio_v19_2.zip" = "";
@@ -140,7 +140,7 @@ $Win32Archives = @{
"libssh-0.7.3-1-win32ws.zip" = "";
"libxml2-2.9.4-win32ws.zip" = "";
"lua-5.2.4_Win32_dllw4_lib.zip" = "lua5.2.4";
- "lz4-r131-1-win32ws.zip" = "";
+ "lz4-1.7.5-win32ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-1-win32ws.zip" = "";
"portaudio_v19_2.zip" = "";
@@ -157,12 +157,12 @@ $Win32Archives = @{
$Win32Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.1.0.0-g794bf26-5.exe";
+ "USBPcapSetup-1.2.0.1.exe";
)
$Win64Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.1.0.0-g794bf26-5.exe";
+ "USBPcapSetup-1.2.0.1.exe";
)
$Archives = $Win64Archives;
@@ -193,7 +193,7 @@ $CleanupItems = @(
"libxml2-*-win??ws"
"lua5.1.4"
"lua5.2.?"
- "lz4-r131-win??ws"
+ "lz4-*-win??ws"
"nasm-2.09.08"
"nghttp2-*-win??ws"
"portaudio_v19"