mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
21 lines
719 B
JSON
21 lines
719 B
JSON
{
|
|
"version": "3.14",
|
|
"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.14.zip",
|
|
"hash": "00d2ea381f6b37d48bd35f86660ca854d0ff1d687270f25aae105e71c1550e81",
|
|
"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"
|
|
}
|
|
}
|
|
}
|