mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +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.34.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.34.0/Cake-bin-net461-v0.34.0.zip",
|
|
"hash": "effc6e0bef0f5b6453017060c9a7882389dc1c369bc615d6d1370729b05ea304",
|
|
"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"
|
|
}
|
|
}
|