ScoopInstaller_Main/wixtoolset.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

33 lines
905 B
JSON

{
"homepage": "http://wixtoolset.org/",
"license": "MS-RL",
"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"
}
}