summary refs log tree commit diff stats
path: root/win32/installer
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-05-28 19:06:16 -0400
committerTingPing <tingping@fedoraproject.org>2014-05-28 19:06:16 -0400
commitfdd922433b21887a6fc2045f9dd83b67aebba1e3 (patch)
treeef1c96668af9b8170cc339d3bc10576400a0d2fb /win32/installer
parent8c00a4ff40185881d053ccf8adbab3c7864b9289 (diff)
win32: Update perl urls in installer
Diffstat (limited to 'win32/installer')
-rw-r--r--win32/installer/hexchat.iss.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
index ba68c3bc..7f22bf19 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -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