mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
19 lines
653 B
JSON
19 lines
653 B
JSON
{
|
|
"version": "6.0.0",
|
|
"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.0/wix.6.0.0.nupkg",
|
|
"hash": "24ec4b996a50462b62c4ec0709527b2d2a0e4bf98e3db829fdf5f512cf274eb9",
|
|
"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"
|
|
}
|
|
}
|