mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
Adding Cake build tool. (#1881)
This commit is contained in:
parent
1b92651f1a
commit
996df6d1ad
20
cake.json
Normal file
20
cake.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user