Update WinSparkle.

Change-Id: Ia0b717165b258fdc891b5d876b4acd31345ec00e
Reviewed-on: https://code.wireshark.org/review/22722
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2017-07-19 18:00:37 -07:00
parent 3fa8776a68
commit 07f27d8238
1 changed files with 4 additions and 4 deletions

View File

@ -99,8 +99,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2017-06-28"
$Win32CurrentTag = "2017-06-28"
$Win64CurrentTag = "2017-07-19"
$Win32CurrentTag = "2017-07-19"
# Archive file / subdir.
$Win64Archives = @{
@ -123,7 +123,7 @@ $Win64Archives = @{
"snappy-1.1.3-1-win64ws.zip" = "";
"spandsp-0.0.6-1-win64ws.zip" = "";
"upx303w.zip" = "";
"WinSparkle-0.5.3.zip" = "";
"WinSparkle-0.5.4.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.11-ws.zip" = "";
}
@ -148,7 +148,7 @@ $Win32Archives = @{
"snappy-1.1.3-1-win32ws.zip" = "";
"spandsp-0.0.6-1-win32ws.zip" = "";
"upx303w.zip" = "";
"WinSparkle-0.5.3.zip" = "";
"WinSparkle-0.5.4.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.11-ws.zip" = "";
}