mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +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.1",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.34.1/Cake-bin-net461-v0.34.1.zip",
|
|
"hash": "72a4ba9ab1ab48b1d163d76bca33f08156efa2fb603323b2cd7d3dd65c996347",
|
|
"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"
|
|
}
|
|
}
|