summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-03-09 20:26:03 +0000
committerPatrick Griffis <tingping@tingping.se>2018-03-09 20:26:42 +0000
commit77c8fe142138bcd5833fbde63f70d238f783e98d (patch)
tree429daabffa436cf1fa5c263fd269cf3953b38f89
parent740352ceabf20e948984df918ed3c5e81f7c9b47 (diff)
win32: Update Python downloads
-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 a7cebb6c..774c3d65 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -286,14 +286,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://www.python.org/ftp/python/2.7.12/python-2.7.12.amd64.msi';
- PY3 := 'https://www.python.org/ftp/python/3.6.0/python-3.6.0-amd64.exe';
+ PY2 := 'https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi';
+ PY3 := 'https://www.python.org/ftp/python/3.6.4/python-3.6.4-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://www.python.org/ftp/python/2.7.12/python-2.7.12.msi';
- PY3 := 'https://www.python.org/ftp/python/3.6.0/python-3.6.0.exe';
+ PY2 := 'https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi';
+ PY3 := 'https://www.python.org/ftp/python/3.6.4/python-3.6.4.exe';
#endif
DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';