aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-08-23 09:32:05 -0700
committerGerald Combs <gerald@wireshark.org>2017-08-23 16:59:23 +0000
commit7e21263d0b86c221d27f17922f46322b08308268 (patch)
tree76ec1c1c039e1a95b3163320173eb93d8801cd1d /tools
parent45401950257ec58d01efefdbc53149739c7785e4 (diff)
Update WinSparkle to 0.5.6.
Change-Id: I93d95bba740bb3e0a4754ec71460f30ef1e45a9a Reviewed-on: https://code.wireshark.org/review/23178 Reviewed-by: Gerald Combs <gerald@wireshark.org>
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 c9bc49aec9..4a63a488b5 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-01"
-$Win32CurrentTag = "2017-08-01"
+$Win64CurrentTag = "2017-08-23"
+$Win32CurrentTag = "2017-08-23"
# Archive file / subdir.
$Win64Archives = @{
@@ -124,7 +124,7 @@ $Win64Archives = @{
"snappy-1.1.3-1-win64ws.zip" = "";
"spandsp-0.0.6-1-win64ws.zip" = "";
"upx303w.zip" = "";
- "WinSparkle-0.5.4.zip" = "";
+ "WinSparkle-0.5.6.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.11-ws.zip" = "";
}
@@ -150,7 +150,7 @@ $Win32Archives = @{
"snappy-1.1.3-1-win32ws.zip" = "";
"spandsp-0.0.6-1-win32ws.zip" = "";
"upx303w.zip" = "";
- "WinSparkle-0.5.4.zip" = "";
+ "WinSparkle-0.5.6.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.11-ws.zip" = "";
}