summary refs log tree commit diff stats
path: root/win32/installer
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2014-02-28 01:11:18 -0800
committerArnavion <arnavion@gmail.com>2014-02-28 01:11:18 -0800
commit71e54854ec12f3a2df132abd4e3ce20c9271b078 (patch)
treeb78b9648bd840d2d0b4c7e06f9a11177c65a9f33 /win32/installer
parente6e5659b110d291e51089e00f33d55ced6c619dc (diff)
win32: Updated Python dependencies to 2.7.6 and 3.3.4
Diffstat (limited to 'win32/installer')
-rw-r--r--win32/installer/hexchat.iss.tt8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
index d8daec3c..99d85964 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -253,13 +253,13 @@ begin
 #if APPARCH == "x64"
 		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
 		PERL := 'http://dl.hexchat.net/misc/perl/Perl-5.18.2-x64.exe';
-		PY2 := 'http://python.org/ftp/python/2.7.5/python-2.7.5.amd64.msi';
-		PY3 := 'http://python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi';
+		PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi';
+		PY3 := 'http://python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi';
 #else
 		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
 		PERL := 'http://dl.hexchat.net/misc/perl/Perl-5.18.2-x86.exe';
-		PY2 := 'http://python.org/ftp/python/2.7.5/python-2.7.5.msi';
-		PY3 := 'http://python.org/ftp/python/3.3.2/python-3.3.2.msi';
+		PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.msi';
+		PY3 := 'http://python.org/ftp/python/3.3.4/python-3.3.4.msi';
 #endif
 		DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
 		SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';