From 2d65016a4c1acce69430cfbdf07bc076f604cd7b Mon Sep 17 00:00:00 2001 From: polaris940 <101352781+polaris940@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:12:32 -0500 Subject: [PATCH] camel-k: Add version 1.12.1 (#4901) * adds kamel-cli at v1.12.1 * fix checkver * Rename kamel-cli.json to camel-k.json --------- Co-authored-by: HUMORCE --- bucket/camel-k.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/camel-k.json diff --git a/bucket/camel-k.json b/bucket/camel-k.json new file mode 100644 index 0000000000..37ba27c592 --- /dev/null +++ b/bucket/camel-k.json @@ -0,0 +1,23 @@ +{ + "version": "1.12.1", + "description": "A lightweight integration platform, born on Kubernetes, with serverless superpowers", + "homepage": "https://camel.apache.org/camel-k", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/apache/camel-k/releases/download/v1.12.1/camel-k-client-1.12.1-windows-64bit.tar.gz", + "hash": "bb1357e8d919a9485ad4d0c3ed2d66fb2e1c1c01b5bf2215732a56ffad5c3478" + } + }, + "bin": "kamel.exe", + "checkver": { + "github": "https://github.com/apache/camel-k" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/apache/camel-k/releases/download/v$version/camel-k-client-$version-windows-64bit.tar.gz" + } + } + } +}