mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
19 lines
659 B
JSON
19 lines
659 B
JSON
{
|
|
"homepage": "https://cakebuild.net/",
|
|
"description": "Cake (C# Make) is a cross-platform build automation system with a C# DSL",
|
|
"version": "0.35.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.35.0/Cake-bin-net461-v0.35.0.zip",
|
|
"hash": "32ab434ecea37e49385d3c932d12f660f20e30bca2cba293f215eb68f634e214",
|
|
"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"
|
|
}
|
|
}
|