summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-12-08 09:41:47 -0800
committerGerald Combs <gerald@wireshark.org>2016-12-13 01:52:16 +0000
commitdd816a121829f8129dc70b70c25d83eed08e279a (patch)
treed8ac9ee62d6fd7fd407eda610a7a07e936a3cb90 /tools
parentce54bfe055a8f1f674f0fe19fa0236e89744cddd (diff)
downloadwireshark-dd816a121829f8129dc70b70c25d83eed08e279a.tar.gz
Update to WinSparkle 0.5.3.
Update our WinSparkle package to 0.5.3. This fixes a file deletion bug. Note that WinSparkle now supports application shutdown callbacks, which should let us fix bugs 9687 and 12989. Bug: 13217 Change-Id: I4b5f325c6dc251ce167f7bd344bbf3ca5ad3fe14 Reviewed-on: https://code.wireshark.org/review/19230 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps19
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 9432864887..1215b92146 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-11-29"
-$Win32CurrentTag = "2016-11-29"
+$Win64CurrentTag = "2016-12-12"
+$Win32CurrentTag = "2016-12-12"
# Archive file / subdir.
$Win64Archives = @{
@@ -121,7 +121,7 @@ $Win64Archives = @{
"snappy-1.1.3-win64ws.zip" = "";
"spandsp-0.0.6-win64ws.zip" = "";
"upx303w.zip" = "";
- "WinSparkle-0.3-44-g2c8d9d3-win64ws.zip" = "";
+ "WinSparkle-0.5.3.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.8-ws.zip" = "";
}
@@ -144,7 +144,7 @@ $Win32Archives = @{
"snappy-1.1.3-win32ws.zip" = "";
"spandsp-0.0.6-win32ws.zip" = "";
"upx303w.zip" = "";
- "WinSparkle-0.3-44-g2c8d9d3-win32ws.zip" = "";
+ "WinSparkle-0.5.3.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.8-ws.zip" = "";
}
@@ -202,6 +202,7 @@ $CleanupItems = @(
"AirPcap_Devpack_4_1_0_1622"
"GeoIP-1.*-win??ws"
"WinSparkle-0.3-44-g2c8d9d3-win??ws"
+ "WinSparkle-0.5.?"
"WpdPack"
"current-tag.txt"
)