ScoopInstaller_Main/bucket/tektoncd-cli.json
2025-11-20 20:29:28 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.43.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.43.0/tkn_0.43.0_Windows_x86_64.zip",
"hash": "c57dc0f0e97414a7482cb9a420d47eab85410903fabc072925edb09691f0aadc"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Windows_aarch64.zip",
"hash": "2f38704672c4af58f3041cd75bc4478896ed293356cab46f2863918706ff2046"
}
},
"bin": "tkn.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tektoncd/cli/releases/download/v$version/tkn_$version_Windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v$version/tkn_$version_Windows_aarch64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}