ScoopInstaller_Main/bucket/tektoncd-cli.json
Jakub Čábera 914d669519 tektoncd-cli: Update to version 0.12.1
Fix newly added manifests
2020-09-24 08:49:26 +02:00

25 lines
789 B
JSON

{
"version": "0.12.1",
"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.1/tkn_0.12.1_Windows_x86_64.zip",
"hash": "097f1cb824ece63ba6a364db0add599e659194257076874db1128a2736159eb7"
}
},
"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"
}
}
}