ScoopInstaller_Main/bucket/concourse-fly.json
2022-11-04 20:29:33 +00:00

27 lines
799 B
JSON

{
"version": "6.8.0",
"description": "Concourse CI/CD manager and controller",
"homepage": "https://concourse-ci.org/fly.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/concourse/concourse/releases/download/v6.8.0/fly-6.8.0-windows-amd64.zip",
"hash": "sha1:a1f245f376b6374a4f1b4a49bcd21158985f8502"
}
},
"bin": "fly.exe",
"checkver": {
"github": "https://github.com/concourse/concourse"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/concourse/concourse/releases/download/v$version/fly-$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha1"
}
}
}