From de629bf7271476a6313148cb03dacf04c88962ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 May 2020 09:27:03 +0200 Subject: [PATCH] concourse-fly: Update to version 6.1.0 --- bucket/concourse-fly.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/concourse-fly.json b/bucket/concourse-fly.json index 50a172d3eb..40b0bd3e4b 100644 --- a/bucket/concourse-fly.json +++ b/bucket/concourse-fly.json @@ -1,12 +1,12 @@ { - "version": "5.5.11", + "version": "6.1.0", "description": "Concourse CI/CD manager and controller", "homepage": "https://concourse-ci.org/fly.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/concourse/concourse/releases/download/v5.5.11/fly-5.5.11-windows-amd64.zip", - "hash": "sha1:0e5e405b6824698fbb70b8f1d4e53981bd0d635c" + "url": "https://github.com/concourse/concourse/releases/download/v6.1.0/fly-6.1.0-windows-amd64.zip", + "hash": "sha1:859378bc386e3da100fcab1d00a41c893c2d5f36" } }, "bin": "fly.exe",