ScoopInstaller_Main/bucket/wixtoolset.json
Chawye Hsu be9975640f
wixtoolset: Update to version 5.0.0 (#5552)
* wixtoolset: Update to v4

* Tweak manifest

* Update to version 5.0.0

---------

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-04-09 17:25:43 +08:00

18 lines
633 B
JSON

{
"version": "5.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/5.0.0/wix.5.0.0.nupkg",
"hash": "e8243606c71fa5bc2e0eb14d6005f42f1282b61540fb224b0004de563a81f74d",
"extract_dir": "tools\\net6.0\\any",
"bin": "wix.exe",
"checkver": {
"url": "https://api.nuget.org/v3-flatcontainer/wix/index.json",
"jsonpath": "$.versions[-1:]"
},
"autoupdate": {
"url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg"
}
}