mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
kompose: Update to version 1.23.0
This commit is contained in:
parent
eb432898a7
commit
b286c6631a
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "1.22.0",
|
"version": "1.23.0",
|
||||||
"description": "Conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
|
"description": "Conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
|
||||||
"homepage": "https://kompose.io/",
|
"homepage": "https://kompose.io/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubernetes/kompose/releases/download/v1.22.0/kompose-windows-amd64.exe#/kompose.exe",
|
"url": "https://github.com/kubernetes/kompose/releases/download/v1.23.0/kompose-windows-amd64#/kompose.exe",
|
||||||
"hash": "0a01f3eb0cb810b61a4d7aaa5b59824e829f2e9042f061ff27f3c419822f08d3"
|
"hash": "912cef4d6513d713801232fdd0d9d0fba3fb859a1e297fda217897a1b6505256"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kompose.exe",
|
"bin": "kompose.exe",
|
||||||
@ -16,12 +16,12 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64.exe#/kompose.exe"
|
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64#/kompose.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://github.com/kubernetes/kompose/releases/tag/v$version",
|
"url": "$baseurl/SHA256_SUM",
|
||||||
"regex": ">$basename[^.]+$sha256"
|
"regex": "$sha256\\s+$basenameNoExt-windows-amd64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user