mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
20 lines
588 B
JSON
20 lines
588 B
JSON
{
|
|
"homepage": "https://cakebuild.net/",
|
|
"version": "0.26.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/cake-build/cake/releases/download/v0.26.0/Cake-bin-net461-v0.26.0.zip",
|
|
"hash": "444a253ed90865ab0a5de57e7535761d65ec281084971e6770561758bc07f405",
|
|
"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"
|
|
}
|
|
}
|