kompose: Fix download URL (#2743)

This commit is contained in:
Divanshu Chauhan 2021-10-11 14:00:21 +05:30 committed by GitHub
parent dcb3e3630b
commit 899f9544ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,18 +5,17 @@
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v1.24.0/kompose-windows-amd64#/kompose.exe",
"hash": "51bb4d94b3cf9afa006a3bc704528c0c0f3b132d732c9efad97258994d90487e"
"url": "https://github.com/kubernetes/kompose/releases/download/v1.24.0/kompose-windows-amd64.exe#/kompose.exe",
"hash": "0baf4a66e5020455e06f27a56fd785e3a2f1e3bcb5dfa55c2b21c77a614ca2c8"
}
},
"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#/kompose.exe"
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64.exe#/kompose.exe"
}
},
"hash": {