summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-08-31 12:19:34 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-31 20:14:53 +0000
commite9614ad7bad3078876c370a5e2f697fb61664322 (patch)
treeb9b488cffa34349a1460f9541eaab4507cefaa9c /tools
parent1772416170259ecc732bc6bbb59798433a26e483 (diff)
downloadwireshark-e9614ad7bad3078876c370a5e2f697fb61664322.tar.gz
Windows: update GeoIP library to 1.6.6
Change-Id: I56f58e52fa39fdddd35bcc7ef6d96cfa4042892d Reviewed-on: https://code.wireshark.org/review/10333 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@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 97108b9b98..2664f44dda 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -101,14 +101,14 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2015-08-29"
-$Win32CurrentTag = "2015-08-29"
+$Win64CurrentTag = "2015-08-31"
+$Win32CurrentTag = "2015-08-31"
# Archive file / subdir.
$Win64Archives = @{
"AirPcap_Devpack_4_1_0_1622.zip" = "AirPcap_Devpack_4_1_0_1622";
"c-ares-1.9.1-1-win64ws.zip" = "";
- "GeoIP-1.5.1-2-win64ws.zip" = "GeoIP-1.5.1-2-win64ws";
+ "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";
"kfw-3-2-2-x64-ws.zip" = "";
@@ -125,7 +125,7 @@ $Win64Archives = @{
$Win32Archives = @{
"AirPcap_Devpack_4_1_0_1622.zip" = "AirPcap_Devpack_4_1_0_1622";
"c-ares-1.9.1-1-win32ws.zip" = "";
- "GeoIP-1.5.1-2-win32ws.zip" = "GeoIP-1.5.1-2-win32ws";
+ "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_win32ws.zip" = "gtk2";
"kfw-3-2-2-i386-ws-vc6.zip" = "";
@@ -189,7 +189,7 @@ $CleanupItems = @(
"zlib-1.2.5"
"zlib-1.2.8"
"AirPcap_Devpack_4_1_0_1622"
- "GeoIP-1.5.1-*-win??ws"
+ "GeoIP-1.*-win??ws"
"WinSparkle-0.3-44-g2c8d9d3-win??ws"
"WpdPack"
"current-tag.txt"