aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-09-29 21:47:29 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-09-29 20:35:10 +0000
commitd8a2d39d429ad20707eafc05399e640521d66f57 (patch)
treee408d7e670efb20a12606e84ffe8b6f702002129 /tools
parent1f633cfc840de148e928d121a613237ea5dafb0a (diff)
Update c-ares to 1.12.0
Change-Id: Icd70f5e4e5e1a41a6a188500874a893433ecb8ed Reviewed-on: https://code.wireshark.org/review/17985 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps110
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index c94eb8c946..8b8ebd3b6e 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -99,13 +99,13 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2016-08-31"
-$Win32CurrentTag = "2016-08-31"
+$Win64CurrentTag = "2016-09-29"
+$Win32CurrentTag = "2016-09-29"
# Archive file / subdir.
$Win64Archives = @{
"AirPcap_Devpack_4_1_0_1622.zip" = "AirPcap_Devpack_4_1_0_1622";
- "c-ares-1.11.0-win64ws.zip" = "";
+ "c-ares-1.12.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-2_win64ws.zip" = "gtk2";
@@ -123,7 +123,7 @@ $Win64Archives = @{
$Win32Archives = @{
"AirPcap_Devpack_4_1_0_1622.zip" = "AirPcap_Devpack_4_1_0_1622";
- "c-ares-1.11.0-win32ws.zip" = "";
+ "c-ares-1.12.0-win32ws.zip" = "";
"GeoIP-1.6.6-win32ws.zip" = "GeoIP-1.6.6-win32ws";
"gnutls-3.2.15-2.7-win32ws.zip" = "";
"gtk+-bundle_2.24.23-1.1-1_win32ws.zip" = "gtk2";
@@ -163,7 +163,7 @@ if ($Platform -eq "win32") {
$CleanupItems = @(
"c-ares-1.9.1-1-win??ws"
- "c-ares-1.11.0-win??ws"
+ "c-ares-1.1?.0-win??ws"
"gnutls-3.1.22-*-win??ws"
"gnutls-3.2.15-*-win??ws"
"gtk2"