2019-10-16 18:00:42 +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.19.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v1.19.0/kompose-windows-amd64.exe#/kompose.exe",
"hash": "5752161a0c5ff6fdaca31bdec80cba8f8cbd3698ed46f90e1b888b8f8774d1b1"
}
},
"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})"
}
}
}