Concurse-fly: Add version 5.5.1 (#428)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
David Javakhishvili 2019-09-19 06:24:38 +03:00 committed by Hsiao-nan Cheung
parent d3515abacd
commit ddb1313490

18
bucket/concourse-fly.json Normal file
View File

@ -0,0 +1,18 @@
{
"version": "5.5.1",
"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.1/fly-5.5.1-windows-amd64.zip",
"hash": "sha1:03ce4740d5111d2b63358ef44312f88a0d822851",
"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"
}
}
}