ScoopInstaller_Main/wixtoolset.json
Brandon Smith e68e65a3a1 Update wixtoolset to version 3.11.1 (#1996)
Update wixtoolset to version 3.11.1
2018-02-01 16:05:03 +01:00

33 lines
959 B
JSON

{
"homepage": "http://wixtoolset.org/",
"license": "https://github.com/wixtoolset/wix3/blob/develop/LICENSE.TXT",
"version": "3.11.1",
"url": "https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip",
"hash": "37f0a533b0978a454efb5dc3bd3598becf9660aaf4287e55bf68ca6b527d051d",
"bin": [
"candle.exe",
"dark.exe",
"heat.exe",
"insignia.exe",
"light.exe",
"lit.exe",
"lux.exe",
"melt.exe",
"nit.exe",
"pyro.exe",
"retina.exe",
"shine.exe",
"smoke.exe",
"ThmViewer.exe",
"torch.exe",
"WixCop.exe"
],
"checkver": {
"url": "http://wixtoolset.org/releases/",
"re": "releases/v([\\d.]+)/stable"
},
"autoupdate": {
"url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip"
}
}