summary refs log tree commit diff stats
path: root/win32/installer/hexchat.iss.tt
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2015-10-11 16:14:23 +0200
committertomek <eustachy.kapusta@gmail.com>2015-10-11 16:14:23 +0200
commitbe5e2b95661fc1695718159582b6d863f9d3385a (patch)
tree8d58d49020766a0bf52e791fcd9be1b8ec7699e4 /win32/installer/hexchat.iss.tt
parente40fbee772f13abb125e47cd7a1525689756ae11 (diff)
win32: Update Visual Studio 2015 redist links in installer
Diffstat (limited to 'win32/installer/hexchat.iss.tt')
-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 6c71de12..eedddbdc 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -268,12 +268,12 @@ begin
 	begin
 
 #if APPARCH == "x64"
-		REDIST := 'https://dl.hexchat.net/misc/vcredist_2013_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';
 		PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
 		PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
 #else
-		REDIST := 'https://dl.hexchat.net/misc/vcredist_2013_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';
 		PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
 		PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';