2019-12-23 18:00:21 +00:00

28 lines
1018 B
JSON

{
"homepage": "http://kompose.io",
"description": "Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
"license": "Apache-2.0",
"version": "1.20.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v1.20.0/kompose-windows-amd64.exe#/kompose.exe",
"hash": "b62c28ffb79ab2c42e0ab7da74824b1aa43dc97e775198c9e744fd89a3cd2b84"
}
},
"bin": "kompose.exe",
"checkver": {
"github": "https://github.com/kubernetes/kompose"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64.exe#/kompose.exe"
}
},
"hash": {
"url": "https://github.com/kubernetes/kompose/releases/tag/v$version",
"find": ">kompose-windows-amd64.exe[^.]+([0-9a-fA-F]{64})"
}
}
}