From be5e2b95661fc1695718159582b6d863f9d3385a Mon Sep 17 00:00:00 2001
From: tomek <eustachy.kapusta@gmail.com>
Date: Sun, 11 Oct 2015 16:14:23 +0200
Subject: win32: Update Visual Studio 2015 redist links in installer

---
 win32/installer/hexchat.iss.tt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'win32')

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';
-- 
cgit 1.4.1