camel-k: Update to version 2.0.0, fix url

This commit is contained in:
HUMORCE 2023-07-24 10:26:04 +00:00
parent 68abfe36d8
commit 32c1a4d633
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -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"
}
}
}