mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
723 B
JSON
21 lines
723 B
JSON
{
|
|
"version": "3.11.2",
|
|
"description": "WiX (Windows Installer XML) Toolset Decompiler",
|
|
"homepage": "https://wixtoolset.org/",
|
|
"license": "MS-RL",
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.11.2.zip",
|
|
"hash": "93ce1a4d962acaf85997829581de3f9354d215067ca4578fc92d618d721c085c",
|
|
"bin": "dark.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/ScoopInstaller/Binary/tree/master/dark",
|
|
"regex": "dark-([\\d.]+)\\.zip",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|