From 4e1a15011569cbd249a2c22b56c2a22207833b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20G=C3=A9rardin?= Date: Wed, 15 Jun 2022 20:34:24 +0200 Subject: [PATCH] mizu-cli: Add version 33.1 (#3676) * Create mizu-cli.json Added manifest for mizu-cli * Update bucket/mizu-cli.json Co-authored-by: Issac Lin * Update bucket/mizu-cli.json Co-authored-by: Issac Lin * Fixed autoupdate hash extraction Co-authored-by: tech189 Co-authored-by: Issac Lin Co-authored-by: tech189 --- bucket/mizu-cli.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/mizu-cli.json diff --git a/bucket/mizu-cli.json b/bucket/mizu-cli.json new file mode 100644 index 0000000000..5db7e7827d --- /dev/null +++ b/bucket/mizu-cli.json @@ -0,0 +1,27 @@ +{ + "version": "33.1", + "description": "The API Traffic Viewer for Kubernetes", + "homepage": "https://getmizu.io/docs/mizu/mizu-cli", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/up9inc/mizu/releases/download/33.1/mizu.exe", + "hash": "1da9381b9267016454304b5dbc33dfd6740e8d2d30c33721ea3215071bac271c" + } + }, + "bin": "mizu.exe", + "checkver": { + "github": "https://github.com/up9inc/mizu" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/up9inc/mizu/releases/download/$version/mizu.exe", + "hash": { + "url": "$baseurl/mizu_windows_amd64.sha256", + "regex": "$sha256" + } + } + } + } +}