ScoopInstaller_Main/bucket/concourse-fly.json
2019-11-15 22:01:32 +00:00

19 lines
646 B
JSON

{
"version": "5.5.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.5.6/fly-5.5.6-windows-amd64.zip",
"hash": "sha1:aba4da79a7b20d01f80153c699b2ef98ed0ebcfc",
"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"
}
}
}