Update wixtoolset to version 3.11.1 (#1996)

Update wixtoolset to version 3.11.1
This commit is contained in:
Brandon Smith 2018-02-01 10:05:03 -05:00 committed by Richard Kuhnt
parent b41f1e77c0
commit e68e65a3a1

View File

@ -1,9 +1,9 @@
{ {
"homepage": "http://wixtoolset.org/", "homepage": "http://wixtoolset.org/",
"license": "https://github.com/wixtoolset/wix3/blob/develop/LICENSE.TXT", "license": "https://github.com/wixtoolset/wix3/blob/develop/LICENSE.TXT",
"version": "3.11", "version": "3.11.1",
"url": "https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311-binaries.zip", "url": "https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip",
"hash": "da034c489bd1dd6d8e1623675bf5e899f32d74d6d8312f8dd125a084543193de", "hash": "37f0a533b0978a454efb5dc3bd3598becf9660aaf4287e55bf68ca6b527d051d",
"bin": [ "bin": [
"candle.exe", "candle.exe",
"dark.exe", "dark.exe",
@ -27,6 +27,6 @@
"re": "releases/v([\\d.]+)/stable" "re": "releases/v([\\d.]+)/stable"
}, },
"autoupdate": { "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"
} }
} }