Adding Cake build tool. (#1881)

This commit is contained in:
Ghasan Al-Sakkaf 2017-11-29 02:12:34 +08:00 committed by Richard Kuhnt
parent 1b92651f1a
commit 996df6d1ad

20
cake.json Normal file
View File

@ -0,0 +1,20 @@
{
"homepage": "https://cakebuild.net/",
"version": "0.23.0",
"license": "MIT",
"url": "https://github.com/cake-build/cake/releases/download/v0.23.0/Cake-bin-net461-v0.23.0.zip",
"hash": "1ad334de4188e6dd320a8501dd0d76f5efc8f2f4e83a562fb3f309a298f39a4a",
"bin": "cake.exe",
"suggest": {
"NuGet": [
"nuget"
]
},
"checkver": {
"url": "https://github.com/cake-build/cake/releases",
"re": "tag/v([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/cake-build/cake/releases/download/v$version/Cake-bin-net461-v$version.zip"
}
}