kops: Update to version 1.20.0

This commit is contained in:
Jakub Čábera 2021-04-11 09:44:44 +02:00
parent 16e287744f
commit bf4e0b29e8
2 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@
},
"checkver": {
"github": "https://github.com/sharplispers/cormanlisp",
"regex": "tree/v([\\w.]+)"
"regex": "download/v([\\w.]+)"
},
"autoupdate": {
"url": "https://github.com/sharplispers/cormanlisp/releases/download/v$version/CormanLisp-$version.zip"

View File

@ -1,13 +1,13 @@
{
"version": "1.19.1",
"version": "1.20.0",
"description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management.",
"homepage": "https://kops.sigs.k8s.io",
"license": "Apache-2.0",
"depends": "kubectl",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kops/releases/download/v1.19.1/kops-windows-amd64#/kops.exe",
"hash": "7b2fc6c80f84e3d5aaf3cf4d1b54924744c9a893693f7620f35d216aa9884215"
"url": "https://github.com/kubernetes/kops/releases/download/v1.20.0/kops-windows-amd64#/kops.exe",
"hash": "23e698b439712f5f3f7d700944533a2b2deac2f00385c6f70b04052fc0eb6e95"
}
},
"bin": "kops.exe",
@ -17,11 +17,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kops/releases/download/v$version/kops-windows-amd64#/kops.exe",
"url": "https://github.com/kubernetes/kops/releases/download/v$version/kops-windows-amd64#/kops.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}
}
}