mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
28 lines
1018 B
JSON
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.18.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes/kompose/releases/download/v1.18.0/kompose-windows-amd64.exe#/kompose.exe",
|
|
"hash": "410f9a074dacb0007a5da7619ef27a9f2715b2ea6b591a68dba617938efb47a0"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|