From 202581c1a2efcf987d3b5a00bb9453c7ad1f74e3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 14 Apr 2021 15:00:24 +0000 Subject: [PATCH] concourse-fly: Update to version 7.2.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 79c07e02c9..0c7760a727 100644 --- a/bucket/concourse-fly.json +++ b/bucket/concourse-fly.json @@ -1,12 +1,12 @@ { - "version": "6.7.6", + "version": "7.2.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.6/fly-6.7.6-windows-amd64.zip", - "hash": "sha1:ee89b2ddf8ef09ca86a9cd132309ef1d646d953e" + "url": "https://github.com/concourse/concourse/releases/download/v7.2.0/fly-7.2.0-windows-amd64.zip", + "hash": "sha1:8a63d952340742d49e22f7a2ff3e182a1e9b1264" } }, "bin": "fly.exe",