mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
installer: Use https for Python downloads
This commit is contained in:
parent
dd080fa6f3
commit
edcd9af47f
@ -271,13 +271,13 @@ begin
|
|||||||
#if APPARCH == "x64"
|
#if APPARCH == "x64"
|
||||||
REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x64.exe';
|
REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x64.exe';
|
||||||
PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
|
PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
|
||||||
PY2 := 'http://python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi';
|
PY2 := 'https://python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi';
|
||||||
PY3 := 'http://python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe';
|
PY3 := 'https://python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe';
|
||||||
#else
|
#else
|
||||||
REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x86.exe';
|
REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x86.exe';
|
||||||
PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
|
PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
|
||||||
PY2 := 'http://python.org/ftp/python/2.7.10/python-2.7.10.msi';
|
PY2 := 'https://python.org/ftp/python/2.7.10/python-2.7.10.msi';
|
||||||
PY3 := 'http://python.org/ftp/python/3.5.1/python-3.5.1.exe';
|
PY3 := 'https://python.org/ftp/python/3.5.1/python-3.5.1.exe';
|
||||||
#endif
|
#endif
|
||||||
DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
|
DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
|
||||||
SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
|
SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
|
||||||
|
Loading…
Reference in New Issue
Block a user