]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
win32: Update perl urls in installer
authorTingPing <redacted>
Wed, 28 May 2014 23:06:16 +0000 (19:06 -0400)
committerTingPing <redacted>
Wed, 28 May 2014 23:06:16 +0000 (19:06 -0400)
win32/installer/hexchat.iss.tt

index ba68c3bc1727a7de06cae2404dca03a85955f936..7f22bf19233e503bd240349190f2b24275cdafd3 100644 (file)
@@ -252,12 +252,12 @@ begin
        
 #if APPARCH == "x64"
                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';
                PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.amd64.msi';
 #else
                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';
                PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.msi';
 #endif