win32: Update perl urls in installer

This commit is contained in:
TingPing 2014-05-28 19:06:16 -04:00
parent 8c00a4ff40
commit fdd922433b
1 changed files with 2 additions and 2 deletions

View File

@ -252,12 +252,12 @@ 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.20-x64.exe';
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.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'; PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.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.20-x86.exe';
PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.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'; PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.msi';
#endif #endif