summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2016-07-02 19:36:03 +0200
committertomek <eustachy.kapusta@gmail.com>2016-07-02 19:39:30 +0200
commit61685072726915af1cf07d22c8adb4707fcbd6a1 (patch)
tree5a4733882d559c2e1747c098c9575426da5ba361 /win32
parent9fbd23b06f7fe8b68cfd414ea8b9d5d69b60e643 (diff)
win32: Update Python to 2.7.12 and 3.5.2
Diffstat (limited to 'win32')
-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 ab512bd5..119c12e5 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -291,14 +291,14 @@ begin
 		REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x64.exe';
 		REDIST_2013 := 'https://dl.hexchat.net/misc/vcredist_2013_x64.exe';
 		PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
-		PY2 := 'https://python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi';
-		PY3 := 'https://python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe';
+		PY2 := 'https://www.python.org/ftp/python/2.7.12/python-2.7.12.amd64.msi';
+		PY3 := 'https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe';
 #else
 		REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x86.exe';
 		REDIST_2013 := 'https://dl.hexchat.net/misc/vcredist_2013_x86.exe';
 		PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
-		PY2 := 'https://python.org/ftp/python/2.7.10/python-2.7.10.msi';
-		PY3 := 'https://python.org/ftp/python/3.5.1/python-3.5.1.exe';
+		PY2 := 'https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi';
+		PY3 := 'https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe';
 #endif
 		DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
 		SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';