mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
19 lines
646 B
JSON
19 lines
646 B
JSON
{
|
|
"version": "5.7.2",
|
|
"description": "Concourse CI/CD manager and controller.",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://concourse-ci.org/fly.html",
|
|
"url": "https://github.com/concourse/concourse/releases/download/v5.7.2/fly-5.7.2-windows-amd64.zip",
|
|
"hash": "sha1:aeebefbb4c7e66635fe6bad166d9db36d29e4efe",
|
|
"bin": "fly.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/concourse/concourse"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/concourse/concourse/releases/download/v$version/fly-$version-windows-amd64.zip",
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
}
|
|
}
|