mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 17:31:20 +00:00
19 lines
656 B
JSON
19 lines
656 B
JSON
{
|
|
"version": "1.2.0",
|
|
"description": "Cake (C# Make) is a cross-platform build automation system with a C# DSL",
|
|
"homepage": "https://cakebuild.net/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"NuGet": "nuget"
|
|
},
|
|
"url": "https://github.com/cake-build/cake/releases/download/v1.2.0/Cake-bin-net461-v1.2.0.zip",
|
|
"hash": "b54e2c67d8de0c88994576ff937471f1f330340915d07f9b189332c37a6e0b27",
|
|
"bin": "cake.exe",
|
|
"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"
|
|
}
|
|
}
|