ScoopInstaller_Main/bucket/wixtoolset.json
2025-08-29 00:38:23 +00:00

19 lines
653 B
JSON

{
"version": "6.0.2",
"description": "Set of tools for windows installer creation.",
"homepage": "https://wixtoolset.org/",
"license": "MS-RL",
"url": "https://api.nuget.org/v3-flatcontainer/wix/6.0.2/wix.6.0.2.nupkg",
"hash": "13caed0aa86898c9952eb8ba82c6ac6b43d1575bb731ac848e5edf5490a10428",
"extract_dir": "tools\\net6.0\\any",
"bin": "wix.exe",
"checkver": {
"url": "https://api.nuget.org/v3-flatcontainer/wix/index.json",
"regex": "\"([\\d.]+)\"",
"reverse": true
},
"autoupdate": {
"url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg"
}
}