mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +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.17.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes/kompose/releases/download/v1.17.0/kompose-windows-amd64.exe#/kompose.exe",
|
|
"hash": "7da79c4b559b84f02466a403c8294c87716c421c8321db935f6c452e5ceac8df"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|