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