tektoncd-cli: Add version 0.12.0 (#1404)

This commit is contained in:
Максим Грушин 2020-09-24 06:21:43 +03:00 committed by GitHub
parent f97dfa1739
commit f8f6e7fd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/tektoncd-cli.json Normal file
View File

@ -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"
}
}
}