From 5cfbd4b73a24b8f503ef7410be965cff7ce09985 Mon Sep 17 00:00:00 2001 From: Paul Reichelt Date: Mon, 27 Apr 2020 04:09:16 +0200 Subject: [PATCH] rancher-cli: Add version 2.4.0 (#964) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/rancher-cli.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/rancher-cli.json diff --git a/bucket/rancher-cli.json b/bucket/rancher-cli.json new file mode 100644 index 0000000000..d2b9187fd5 --- /dev/null +++ b/bucket/rancher-cli.json @@ -0,0 +1,33 @@ +{ + "version": "2.4.0", + "description": "Unified tool for interacting with Rancher Server", + "homepage": "https://github.com/rancher/cli", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/rancher/cli/releases/download/v2.4.0/rancher-windows-amd64-v2.4.0.zip", + "hash": "0a5414a85fe58da10ac3d547dc9486d2176a867dbc589b60bbb77cb95182e859" + }, + "32bit": { + "url": "https://github.com/rancher/cli/releases/download/v2.4.0/rancher-windows-386-v2.4.0.zip", + "hash": "ea948577e3b5a92211859903e321f46ca6548067e928d8de7f7415463e9eb3a6" + } + }, + "extract_dir": "rancher-v2.4.0", + "bin": "rancher.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-amd64-v$version.zip" + }, + "32bit": { + "url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-386-v$version.zip" + } + }, + "hash": { + "url": "$baseurl/sha256sum.txt" + }, + "extract_dir": "rancher-v$version" + } +}