ScoopInstaller_Main/bucket/concourse-fly.json
2019-12-18 21:00:30 +00:00

19 lines
646 B
JSON

{
"version": "5.2.6",
"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.2.6/fly-5.2.6-windows-amd64.zip",
"hash": "sha1:cbd0e7a0a626138f24d6d2f66b0de55182005b20",
"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"
}
}
}