diff --git a/bucket/concourse-fly.json b/bucket/concourse-fly.json new file mode 100644 index 0000000000..cb768e9ac2 --- /dev/null +++ b/bucket/concourse-fly.json @@ -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" + } + } +}