aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win-setup.ps1')
-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"
)