From 8374fae14d7b60c9a9d54a201623e5040c6e72d2 Mon Sep 17 00:00:00 2001 From: tech189 Date: Sat, 26 Mar 2022 05:08:08 +0000 Subject: [PATCH] knative: Update to version 1.3.1 (#3437) --- bucket/knative.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bucket/knative.json b/bucket/knative.json index 8b7327d4a1..8b38223d17 100644 --- a/bucket/knative.json +++ b/bucket/knative.json @@ -2,23 +2,24 @@ "homepage": "https://knative.dev", "license": "Apache-2.0", "description": "The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts.", - "version": "0.26.0", + "version": "1.3.1", "architecture": { "64bit": { - "url": "https://github.com/knative/client/releases/download/v0.26.0/kn-windows-amd64.exe#/kn.exe", - "hash": "b7d1c4cb10234734d81d50fd3cf1423f6ada29563d0f2a863dba3d6a6ae24fa0" + "url": "https://github.com/knative/client/releases/download/knative-v1.3.1/kn-windows-amd64.exe#/kn.exe", + "hash": "9986f5e886bffc711450552e1d1da7000007c528506a9c7460d7245de1b1eb80" } }, "bin": "kn.exe", "checkver": { - "github": "https://github.com/knative/client" + "url": "https://github.com/knative/client/releases", + "regex": "knative-v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/knative/client/releases/download/v$version/kn-windows-amd64.exe#/kn.exe", + "url": "https://github.com/knative/client/releases/download/knative-v$version/kn-windows-amd64.exe#/kn.exe", "hash": { - "url": "https://github.com/knative/client/releases/download/v$version/checksums.txt" + "url": "https://github.com/knative/client/releases/download/knative-v$version/checksums.txt" } } }