mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 11:04:49 +00:00
28 lines
958 B
JSON
28 lines
958 B
JSON
{
|
|
"version": "1.38.0",
|
|
"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.38.0/kompose-windows-amd64.exe#/kompose.exe",
|
|
"hash": "6fb08b4d73590b1467aa60b9af8d4bd308829aba2b147cc184b94738a2a736ed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|