mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
win32: Updated Python dependencies to 2.7.6 and 3.3.4
This commit is contained in:
parent
e6e5659b11
commit
71e54854ec
@ -253,13 +253,13 @@ begin
|
|||||||
#if APPARCH == "x64"
|
#if APPARCH == "x64"
|
||||||
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
|
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
|
||||||
PERL := 'http://dl.hexchat.net/misc/perl/Perl-5.18.2-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';
|
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi';
|
||||||
PY3 := 'http://python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi';
|
PY3 := 'http://python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi';
|
||||||
#else
|
#else
|
||||||
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
|
REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
|
||||||
PERL := 'http://dl.hexchat.net/misc/perl/Perl-5.18.2-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';
|
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.msi';
|
||||||
PY3 := 'http://python.org/ftp/python/3.3.2/python-3.3.2.msi';
|
PY3 := 'http://python.org/ftp/python/3.3.4/python-3.3.4.msi';
|
||||||
#endif
|
#endif
|
||||||
DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
|
DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
|
||||||
SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
|
SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
|
||||||
|
Loading…
Reference in New Issue
Block a user