From e68e65a3a1f964b50af5be3ce2750ebde1f4fb6a Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 1 Feb 2018 10:05:03 -0500 Subject: [PATCH] Update wixtoolset to version 3.11.1 (#1996) Update wixtoolset to version 3.11.1 --- wixtoolset.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wixtoolset.json b/wixtoolset.json index 57a2987e37..2308f52938 100644 --- a/wixtoolset.json +++ b/wixtoolset.json @@ -1,9 +1,9 @@ { "homepage": "http://wixtoolset.org/", "license": "https://github.com/wixtoolset/wix3/blob/develop/LICENSE.TXT", - "version": "3.11", - "url": "https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311-binaries.zip", - "hash": "da034c489bd1dd6d8e1623675bf5e899f32d74d6d8312f8dd125a084543193de", + "version": "3.11.1", + "url": "https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip", + "hash": "37f0a533b0978a454efb5dc3bd3598becf9660aaf4287e55bf68ca6b527d051d", "bin": [ "candle.exe", "dark.exe", @@ -27,6 +27,6 @@ "re": "releases/v([\\d.]+)/stable" }, "autoupdate": { - "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$cleanVersion-binaries.zip" + "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip" } }