From f8f6e7fd4939cd7be2b3801a229e5d53bd73e21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=93=D1=80=D1=83?= =?UTF-8?q?=D1=88=D0=B8=D0=BD?= Date: Thu, 24 Sep 2020 06:21:43 +0300 Subject: [PATCH] tektoncd-cli: Add version 0.12.0 (#1404) --- bucket/tektoncd-cli.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/tektoncd-cli.json diff --git a/bucket/tektoncd-cli.json b/bucket/tektoncd-cli.json new file mode 100644 index 0000000000..8cf219d96d --- /dev/null +++ b/bucket/tektoncd-cli.json @@ -0,0 +1,24 @@ +{ + "version": "0.12.0", + "description": "A CLI for interacting with Tekton - a cloud native CI/CD solution.", + "homepage": "https://github.com/tektoncd/cli", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/tektoncd/cli/releases/download/v0.12.0/tkn_0.12.0_Windows_x86_64.zip", + "hash": "010a16a73d69d497bf1814d66c8d1c948f9d248632d809ba4c4579a92a4bf309" + } + }, + "bin": "tkn.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tektoncd/cli/releases/download/v$version/tkn_$version_Windows_x86_64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}