2018-06-19 08:00:41 +00:00

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.28.1",
"license": "MIT",
"url": "https://github.com/cake-build/cake/releases/download/v0.28.1/Cake-bin-net461-v0.28.1.zip",
"hash": "537f5b821e05ab947ea6947d547ced7dae51e3f1b34028815fc92f3cfe859f5d",
"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"
}
}