mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
19 lines
659 B
JSON
19 lines
659 B
JSON
{
|
|
"homepage": "https://cakebuild.net/",
|
|
"description": "Cake (C# Make) is a cross-platform build automation system with a C# DSL",
|
|
"version": "0.38.2",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.38.2/Cake-bin-net461-v0.38.2.zip",
|
|
"hash": "d8eb823ca821fc214ec11832fb17bff25f51638ee99070e3c68d7c1476bf5c23",
|
|
"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"
|
|
}
|
|
}
|