ScoopInstaller_Main/bucket/wixtoolset.json
2025-06-06 04:30:44 +00:00

19 lines
653 B
JSON

{
"version": "6.0.1",
"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.1/wix.6.0.1.nupkg",
"hash": "5b91a777df675f65d87e70f7a9cc6df325adb82657360694b0f4269f1e55c350",
"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"
}
}