From 32c1a4d6334c62b8a918491c23edf5c4c38963be Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Mon, 24 Jul 2023 10:26:04 +0000 Subject: [PATCH] camel-k: Update to version 2.0.0, fix url --- bucket/camel-k.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/camel-k.json b/bucket/camel-k.json index 37ba27c592..19b9537e41 100644 --- a/bucket/camel-k.json +++ b/bucket/camel-k.json @@ -1,12 +1,12 @@ { - "version": "1.12.1", + "version": "2.0.0", "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" + "url": "https://github.com/apache/camel-k/releases/download/v2.0.0/camel-k-client-2.0.0-windows-amd64.tar.gz", + "hash": "eae41e41ff38be0f260f4174e4203f6d06257e1be7f167caeb6edf6b4166f9aa" } }, "bin": "kamel.exe", @@ -16,7 +16,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/apache/camel-k/releases/download/v$version/camel-k-client-$version-windows-64bit.tar.gz" + "url": "https://github.com/apache/camel-k/releases/download/v$version/camel-k-client-$version-windows-amd64.tar.gz" } } }