diff --git a/bucket/cormanlisp.json b/bucket/cormanlisp.json index 4483385386..4817c67ebd 100644 --- a/bucket/cormanlisp.json +++ b/bucket/cormanlisp.json @@ -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" diff --git a/bucket/kops.json b/bucket/kops.json index bca8b83d22..3326466953 100644 --- a/bucket/kops.json +++ b/bucket/kops.json @@ -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", - "hash": { - "url": "$url.sha256" - } + "url": "https://github.com/kubernetes/kops/releases/download/v$version/kops-windows-amd64#/kops.exe" } + }, + "hash": { + "url": "$url.sha256" } } }