mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
20 lines
588 B
JSON
20 lines
588 B
JSON
{
|
|
"homepage": "https://cakebuild.net/",
|
|
"version": "0.24.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.24.0/Cake-bin-net461-v0.24.0.zip",
|
|
"hash": "2f03215fd30a7c77650a4a8827af6d2c30df3416de61ab72c4ccb85cc8bd7e02",
|
|
"bin": "cake.exe",
|
|
"suggest": {
|
|
"NuGet": [
|
|
"nuget"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/cake-build/cake"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/cake-build/cake/releases/download/v$version/Cake-bin-net461-v$version.zip"
|
|
}
|
|
}
|