From 16906ca67263eed530093c213825e651ed3a8bfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:29:19 +0000 Subject: [PATCH] concourse-fly: Update to version 7.8.1 --- 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 cb07a6f78c..4c6bfc8d05 100644 --- a/bucket/concourse-fly.json +++ b/bucket/concourse-fly.json @@ -1,12 +1,12 @@ { - "version": "7.8.0", + "version": "7.8.1", "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.8.0/fly-7.8.0-windows-amd64.zip", - "hash": "sha1:21e822897b6875a619bce47ed4038e8cc099a006" + "url": "https://github.com/concourse/concourse/releases/download/v7.8.1/fly-7.8.1-windows-amd64.zip", + "hash": "sha1:acdbd0f2adb26a72105057bd88741ddbf90868a4" } }, "bin": "fly.exe",