ScoopInstaller_Main/bucket/tektoncd-cli.json
2024-01-11 16:27:38 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.34.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.34.0/tkn_0.34.0_Windows_x86_64.zip",
"hash": "b87ceebeea935522faab40d420d5893d52de01437fb386eeab9556167e6b20fe"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.34.0/tkn_0.34.0_Windows_aarch64.zip",
"hash": "162e48e0604edeb0337c8245c79646b9c43413a53933f5800c470cdbb1975df2"
}
},
"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"
}
}
}