2024-11-05 20:28:24 +00:00

24 lines
817 B
JSON

{
"version": "2.5.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.5.0/camel-k-client-2.5.0-windows-amd64.tar.gz",
"hash": "1e893230952369c09bd9549577c7bf3e20c31d8c68f64b30b5318e8f8f3fb82f"
}
},
"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"
}
}
}
}