2020-09-21 08:10:17 +02:00

19 lines
659 B
JSON

{
"version": "0.38.5",
"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.5/Cake-bin-net461-v0.38.5.zip",
"hash": "7bda8369d90477288bda335484ab0905f1af8e780cd4b643f65e624491e2b456",
"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"
}
}