From ac76e7d69fcc9b061ba945aa443b2f12654e2747 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 29 May 2022 20:05:00 +0800 Subject: [PATCH] ktunnel: Add version 1.4.7 (#3628) --- bucket/ktunnel.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/ktunnel.json diff --git a/bucket/ktunnel.json b/bucket/ktunnel.json new file mode 100644 index 0000000000..fa37206e0f --- /dev/null +++ b/bucket/ktunnel.json @@ -0,0 +1,24 @@ +{ + "version": "1.4.7", + "description": "CLI tool to expose your local resources to Kubernetes.", + "homepage": "https://github.com/omrikiei/ktunnel", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/omrikiei/ktunnel/releases/download/v1.4.7/ktunnel_1.4.7_Windows_x86_64.tar.gz", + "hash": "54731ff6aaf9fbfbe4bc484b8626b802a684e9d271f321b0e3a30887ee3bd7e4" + } + }, + "bin": "ktunnel.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/omrikiei/ktunnel/releases/download/v$version/ktunnel_$version_Windows_x86_64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}