summary refs log tree commit diff stats
path: root/win32/installer/hexchat.iss.tt
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-07-19 10:08:12 -0400
committerTingPing <tingping@fedoraproject.org>2014-07-19 10:08:12 -0400
commit3c584e2cd5efbd8db14c317c1524efd553dcde69 (patch)
treee0674a3bc3901cb4c0b00376365b48fcc3277916 /win32/installer/hexchat.iss.tt
parent9372972ad4430c6248c9dbd6b339b595ed5762bd (diff)
win32: Update Python links
Diffstat (limited to 'win32/installer/hexchat.iss.tt')
-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 105c1e93..0ccf2097 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -252,13 +252,13 @@ begin
 #if APPARCH == "x64"
 		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
 		PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
-		PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi';
-		PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.amd64.msi';
+		PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
+		PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
 #else
 		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
 		PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
-		PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.msi';
-		PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.msi';
+		PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
+		PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';
 #endif
 		DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
 		SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';