From 7e21263d0b86c221d27f17922f46322b08308268 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 23 Aug 2017 09:32:05 -0700 Subject: Update WinSparkle to 0.5.6. Change-Id: I93d95bba740bb3e0a4754ec71460f30ef1e45a9a Reviewed-on: https://code.wireshark.org/review/23178 Reviewed-by: Gerald Combs --- 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 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" = ""; } -- cgit v1.2.3