From 9675cdd50f7ce190476b001b0024c7cdf062f8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 9 Jul 2020 09:10:57 +0200 Subject: [PATCH] fluxctl: Update to version 1.20.0 --- bucket/fluxctl.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/fluxctl.json b/bucket/fluxctl.json index 9d1636980a..886bada36a 100644 --- a/bucket/fluxctl.json +++ b/bucket/fluxctl.json @@ -1,12 +1,12 @@ { - "homepage": "https://github.com/fluxcd/flux", + "version": "1.20.0", "description": "Manage Flux from the Command Line.", + "homepage": "https://github.com/fluxcd/flux", "license": "Apache-2.0", - "version": "1.19.0", "architecture": { "64bit": { - "url": "https://github.com/fluxcd/flux/releases/download/1.19.0/fluxctl_windows_amd64#/fluxctl.exe", - "hash": "fd4176a0f281ab1bec557a66e47c0010253160914fc2c6e989c64208543ac1f7" + "url": "https://github.com/fluxcd/flux/releases/download/1.20.0/fluxctl_windows_amd64#/fluxctl.exe", + "hash": "092ecc238065030dcda7ddbdcb9ba4a48afdbdd476a8b00831af4a4500066b84" } }, "bin": "fluxctl.exe",