From 5ceecc215e7534b57d8021e27e4676b0cef85a8f Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 3 Oct 2019 14:09:43 +0100 Subject: [PATCH] Add fluxctl (#461) --- bucket/fluxctl.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/fluxctl.json diff --git a/bucket/fluxctl.json b/bucket/fluxctl.json new file mode 100644 index 0000000000..43970dec75 --- /dev/null +++ b/bucket/fluxctl.json @@ -0,0 +1,21 @@ +{ + "homepage": "https://github.com/fluxcd/flux", + "description": "Manage Flux from the Command Line.", + "license": "Apache-2.0", + "version": "1.15.0", + "architecture": { + "64bit": { + "url": "https://github.com/fluxcd/flux/releases/download/1.15.0/fluxctl_windows_amd64#/fluxctl.exe", + "hash": "49a99402d18c95cab2baa401499b5982f4dfbf485064476a35454039a2b11153" + } + }, + "bin": "fluxctl.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fluxcd/flux/releases/download/$version/fluxctl_windows_amd64#/fluxctl.exe" + } + } + } +}