mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
21 lines
683 B
JSON
21 lines
683 B
JSON
{
|
|
"homepage": "https://cakebuild.net/",
|
|
"description": "Cake (C# Make) is a cross-platform build automation system with a C# DSL",
|
|
"version": "0.27.2",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.27.2/Cake-bin-net461-v0.27.2.zip",
|
|
"hash": "16fb3186c43c26fcee6608df32e786f27f3601ee69e1e20ddeb9b581f015864a",
|
|
"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"
|
|
}
|
|
}
|