ScoopInstaller_Main/bucket/tektoncd-cli.json
2023-06-15 11:35:31 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.31.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.31.1/tkn_0.31.1_Windows_x86_64.zip",
"hash": "f9a8c39d0ee6cf03a2a092466b0578c8740a4bddfc1910ce3042868cfac891b1"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.31.1/tkn_0.31.1_Windows_aarch64.zip",
"hash": "c800c04f0e5c39329e5f04567f55e0e83784414d1b43b2a0a57dcc93b85632af"
}
},
"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"
}
}
}