aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-10-26 21:06:58 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-10-26 21:24:47 +0000
commitdab4ea552dbeccbb403b6aff701a9de3bc25a64a (patch)
treec80f92a91c70287009a3ad9d1024f0be9aac54a2 /tools
parent3a05d00c800f9e0b57dc5bc2cce4ba1702faa633 (diff)
Update libssh to 0.7.3
Change-Id: Ib5f93d0e3be2866e665713af3a1fa95a4f3253b7 Reviewed-on: https://code.wireshark.org/review/18481 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')
-rw-r--r--tools/win-setup.ps110
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 63e57325bf..de3710ebe0 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 = "2016-10-22"
-$Win32CurrentTag = "2016-10-22"
+$Win64CurrentTag = "2016-10-26"
+$Win32CurrentTag = "2016-10-26"
# Archive file / subdir.
$Win64Archives = @{
@@ -111,7 +111,7 @@ $Win64Archives = @{
"gtk+-bundle_2.24.23-3.39-2_win64ws.zip" = "gtk2";
"kfw-3-2-2-x64-ws.zip" = "";
"libsmi-svn-40773-win64ws.zip" = "";
- "libssh-0.7.2-win64ws.zip" = "";
+ "libssh-0.7.3-win64ws.zip" = "";
"lua-5.2.4_Win64_dllw4_lib.zip" = "lua5.2.4";
"lz4-r131-win64ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
@@ -133,7 +133,7 @@ $Win32Archives = @{
"gtk+-bundle_2.24.23-1.1-1_win32ws.zip" = "gtk2";
"kfw-3-2-2-i386-ws-vc6.zip" = "";
"libsmi-svn-40773-win32ws.zip" = "";
- "libssh-0.7.2-win32ws.zip" = "";
+ "libssh-0.7.3-win32ws.zip" = "";
"lua-5.2.4_Win32_dllw4_lib.zip" = "lua5.2.4";
"lz4-r131-win32ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
@@ -181,7 +181,7 @@ $CleanupItems = @(
"kfw-3-2-2-x64-ws"
"libsmi-0.4.8"
"libsmi-svn-40773-win??ws"
- "libssh-0.7.2-win??ws"
+ "libssh-0.7.?-win??ws"
"lua5.1.4"
"lua5.2.?"
"lz4-r131-win??ws"