From ddf5a6565531c0db1f1dd2859759e7eaefaf27f5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 16 Mar 2021 18:00:27 +0000 Subject: [PATCH] concourse-fly: Update to version 7.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 7f7a702f0e..ddc1a4bb39 100644 --- a/bucket/concourse-fly.json +++ b/bucket/concourse-fly.json @@ -1,12 +1,12 @@ { - "version": "7.0.0", + "version": "7.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/v7.0.0/fly-7.0.0-windows-amd64.zip", - "hash": "sha1:546d5d08350b54d748d6e72bdb3481d7592d15f4" + "url": "https://github.com/concourse/concourse/releases/download/v7.1.0/fly-7.1.0-windows-amd64.zip", + "hash": "sha1:35ae0a7f1c4abae25a0380daa08acbb255dc4fd1" } }, "bin": "fly.exe",