From 890c3b1031de2bc39ae18043161e25d76e53c233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 22 Aug 2020 19:38:50 +0200 Subject: [PATCH] concourse-fly: Update to version 6.5.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 260e3cdf8a..33f1d30c2b 100644 --- a/bucket/concourse-fly.json +++ b/bucket/concourse-fly.json @@ -1,12 +1,12 @@ { - "version": "6.3.1", + "version": "6.5.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.3.1/fly-6.3.1-windows-amd64.zip", - "hash": "sha1:587ed627d1094fb004b6ecbcfb31254fc6d9a75f" + "url": "https://github.com/concourse/concourse/releases/download/v6.5.0/fly-6.5.0-windows-amd64.zip", + "hash": "sha1:1985c2917825bd18b1d1f8ddcc0f736d3d0d72d9" } }, "bin": "fly.exe",