mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 01:11:19 +00:00
24 lines
817 B
JSON
24 lines
817 B
JSON
{
|
|
"version": "2.1.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/v2.1.0/camel-k-client-2.1.0-windows-amd64.tar.gz",
|
|
"hash": "e8fb01c6172f3c8d3a8f58ffd72c5022feba239a7e7f7f410ececedbf140688d"
|
|
}
|
|
},
|
|
"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-amd64.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|