aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-06-03 20:36:46 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-06-03 20:08:41 +0000
commit018765f41af15855df87b183e337f0371cfa8a17 (patch)
treee70fe48ed7e721437b86882dbb2dec4600855e67 /tools/win-setup.ps1
parent6a860e948d9fd811fe14c4cb07d5dc0a0f694f81 (diff)
Remove an ellipsis UTF-8 character in gsignal.h
Change-Id: Ic31dab513fc2ff5f2f182ae98c1b665ea4b8916b Reviewed-on: https://code.wireshark.org/review/15713 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'tools/win-setup.ps1')
-rw-r--r--tools/win-setup.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 48fa6a52de..f94eebef2f 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -101,7 +101,7 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2016-05-10"
+$Win64CurrentTag = "2016-06-03"
$Win32CurrentTag = "2016-05-10"
# Archive file / subdir.
@@ -110,7 +110,7 @@ $Win64Archives = @{
"c-ares-1.11.0-win64ws.zip" = "";
"GeoIP-1.6.6-win64ws.zip" = "GeoIP-1.6.6-win64ws";
"gnutls-3.2.15-2.9-win64ws.zip" = "";
- "gtk+-bundle_2.24.23-3.39_win64ws.zip" = "gtk2";
+ "gtk+-bundle_2.24.23-3.39-1_win64ws.zip" = "gtk2";
"kfw-3-2-2-x64-ws.zip" = "";
"libsmi-svn-40773-win64ws.zip" = "";
"libssh-0.7.2-win64ws.zip" = "";