mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
camel-k: Update to version 2.0.0, fix url
This commit is contained in:
parent
68abfe36d8
commit
32c1a4d633
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user