ScoopInstaller_Main/bucket/concourse-fly.json
2020-03-23 15:01:56 +00:00

19 lines
646 B
JSON

{
"version": "5.5.9",
"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.5.9/fly-5.5.9-windows-amd64.zip",
"hash": "sha1:fff73951d6fb8e31eeeef1a3239e40b7ea44f67f",
"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"
}
}
}