From 7b0c7209c378e560f3c925357432b7d60cb6ca83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 17 Feb 2021 08:28:19 +0100 Subject: [PATCH] concourse-fly: Update to version 7.0.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 3a8dc68609..7f7a702f0e 100644 --- a/bucket/concourse-fly.json +++ b/bucket/concourse-fly.json @@ -1,12 +1,12 @@ { - "version": "6.7.5", + "version": "7.0.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/v6.7.5/fly-6.7.5-windows-amd64.zip", - "hash": "sha1:f6ac09c62bea5e968427775c814556240d859314" + "url": "https://github.com/concourse/concourse/releases/download/v7.0.0/fly-7.0.0-windows-amd64.zip", + "hash": "sha1:546d5d08350b54d748d6e72bdb3481d7592d15f4" } }, "bin": "fly.exe",