mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
* dark: update homepage * forge: update homepage * gcc: update homepage * innoextract: update homepage * lame: update homepage * phantomjs: update homepage * png2html: update homepage * trid: update homepage * wixtoolset: update homepage * kompose: update homepage * png2html: remove end forward slash * Excess Co-authored-by: Ross Smith II <ross@smithii.com>
28 lines
1020 B
JSON
28 lines
1020 B
JSON
{
|
|
"homepage": "https://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.21.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes/kompose/releases/download/v1.21.0/kompose-windows-amd64.exe#/kompose.exe",
|
|
"hash": "0a01f3eb0cb810b61a4d7aaa5b59824e829f2e9042f061ff27f3c419822f08d3"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|