From ddb13134905d23386ef5e3676101e012ffb339c7 Mon Sep 17 00:00:00 2001 From: David Javakhishvili Date: Thu, 19 Sep 2019 06:24:38 +0300 Subject: [PATCH] Concurse-fly: Add version 5.5.1 (#428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/concourse-fly.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/concourse-fly.json 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" + } + } +}