ScoopInstaller_Main/bucket/wixtoolset.json
2019-09-26 14:00:54 +00:00

34 lines
972 B
JSON

{
"homepage": "http://wixtoolset.org/",
"description": "Set of tools for windows installer creation.",
"license": "MS-RL",
"version": "3.11.2",
"url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip",
"hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e",
"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"
}
}