mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
28 lines
958 B
JSON
28 lines
958 B
JSON
{
|
|
"version": "1.31.1",
|
|
"description": "Conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
|
|
"homepage": "https://kompose.io/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-windows-amd64.exe#/kompose.exe",
|
|
"hash": "645c8d53158ea5fd4c0250045dfeb9c5db0e3368faf30957cad61347864734a2"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/kubernetes/kompose"
|
|
},
|
|
"bin": "kompose.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64.exe#/kompose.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256_SUM",
|
|
"regex": "$sha256\\s+$basenameNoExt-windows-amd64"
|
|
}
|
|
}
|
|
}
|