From f4378d70dd3bba4bfced322d20c993e64c1d0c0b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 2 May 2018 09:48:24 -0700 Subject: Windows: Upgrade WinSparkle to 0.5.7. Bug: 14642 Change-Id: Iac5e417f05eb7a5f0acb36c3588352ceefb8bf6e Reviewed-on: https://code.wireshark.org/review/27276 Petri-Dish: Gerald Combs Reviewed-by: Gerald Combs --- tools/win-setup.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1 index 055fc0a852..552afa2f29 100644 --- a/tools/win-setup.ps1 +++ b/tools/win-setup.ps1 @@ -87,8 +87,8 @@ Param( # trouble instead of trying to catch exceptions everywhere. $ErrorActionPreference = "Stop" -$Win64CurrentTag = "2018-04-20" -$Win32CurrentTag = "2018-04-20" +$Win64CurrentTag = "2018-05-02" +$Win32CurrentTag = "2018-05-02" # Archive file / subdir. $Win64Archives = @{ @@ -110,7 +110,7 @@ $Win64Archives = @{ "sbc-1.3-1-win64ws.zip" = ""; "snappy-1.1.3-1-win64ws.zip" = ""; "spandsp-0.0.6-1-win64ws.zip" = ""; - "WinSparkle-0.5.6.zip" = ""; + "WinSparkle-0.5.7.zip" = ""; "WpdPack_4_1_2.zip" = ""; "zlib-1.2.11-ws.zip" = ""; } @@ -134,7 +134,7 @@ $Win32Archives = @{ "sbc-1.3-1-win32ws.zip" = ""; "snappy-1.1.3-1-win32ws.zip" = ""; "spandsp-0.0.6-1-win32ws.zip" = ""; - "WinSparkle-0.5.6.zip" = ""; + "WinSparkle-0.5.7.zip" = ""; "WpdPack_4_1_2.zip" = ""; "zlib-1.2.11-ws.zip" = ""; } -- cgit v1.2.3