2020-06-27 10:30:31 +02:00

19 lines
659 B
JSON

{
"version": "0.38.4",
"description": "Cake (C# Make) is a cross-platform build automation system with a C# DSL",
"homepage": "https://cakebuild.net/",
"license": "MIT",
"url": "https://github.com/cake-build/cake/releases/download/v0.38.4/Cake-bin-net461-v0.38.4.zip",
"hash": "95629cf444d6c07ad79b60a390fa9c2ef22bd8fef113cb82018de245ce09b659",
"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"
}
}