mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 11:21:18 +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.30.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.30.0/Cake-bin-net461-v0.30.0.zip",
|
|
"hash": "c5baf6c8c9c17a16b092192756b1283b537d805c360807be25908a91159c7e66",
|
|
"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"
|
|
}
|
|
}
|