From 12827af514549e3eec2f6218829447778441937d Mon Sep 17 00:00:00 2001 From: Paul Reichelt Date: Tue, 21 Sep 2021 08:42:30 +0200 Subject: [PATCH] kim: Add version 0.1.0-beta.6 (#2657) * kim: Add version 0.1.0-beta.6 * Update bucket/kim.json Co-authored-by: Issac Lin Co-authored-by: Issac Lin --- bucket/kim.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/kim.json diff --git a/bucket/kim.json b/bucket/kim.json new file mode 100644 index 0000000000..db25def6a6 --- /dev/null +++ b/bucket/kim.json @@ -0,0 +1,24 @@ +{ + "version": "0.1.0-beta.6", + "description": "Enables building images locally, natively on your k3s cluster", + "homepage": "https://github.com/rancher/kim", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/rancher/kim/releases/download/v0.1.0-beta.6/kim-windows-amd64.exe#/kim.exe", + "hash": "64fe06e075fb9cf5e5116bff1e7dc7154c0e2f14ff112f3a352ed1ea97987b0f" + } + }, + "bin": "kim.exe", + "checkver": { + "github": "https://github.com/rancher/kim", + "regex": "download/v([\\w.-]+)/kim-windows-amd64.exe" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rancher/kim/releases/download/v$version/kim-windows-amd64.exe#/kim.exe" + } + } + } +}