mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
kompose: Fix download URL (#2743)
This commit is contained in:
parent
dcb3e3630b
commit
899f9544ac
@ -5,18 +5,17 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubernetes/kompose/releases/download/v1.24.0/kompose-windows-amd64#/kompose.exe",
|
"url": "https://github.com/kubernetes/kompose/releases/download/v1.24.0/kompose-windows-amd64.exe#/kompose.exe",
|
||||||
"hash": "51bb4d94b3cf9afa006a3bc704528c0c0f3b132d732c9efad97258994d90487e"
|
"hash": "0baf4a66e5020455e06f27a56fd785e3a2f1e3bcb5dfa55c2b21c77a614ca2c8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "kompose.exe",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/kubernetes/kompose"
|
"github": "https://github.com/kubernetes/kompose"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64#/kompose.exe"
|
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64.exe#/kompose.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user