mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +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",
|
"description": "A lightweight integration platform, born on Kubernetes, with serverless superpowers",
|
||||||
"homepage": "https://camel.apache.org/camel-k",
|
"homepage": "https://camel.apache.org/camel-k",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/apache/camel-k/releases/download/v1.12.1/camel-k-client-1.12.1-windows-64bit.tar.gz",
|
"url": "https://github.com/apache/camel-k/releases/download/v2.0.0/camel-k-client-2.0.0-windows-amd64.tar.gz",
|
||||||
"hash": "bb1357e8d919a9485ad4d0c3ed2d66fb2e1c1c01b5bf2215732a56ffad5c3478"
|
"hash": "eae41e41ff38be0f260f4174e4203f6d06257e1be7f167caeb6edf6b4166f9aa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kamel.exe",
|
"bin": "kamel.exe",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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