ScoopInstaller_Main/bucket/tektoncd-cli.json
2024-08-22 08:28:42 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.38.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.38.0/tkn_0.38.0_Windows_x86_64.zip",
"hash": "756414c0ac4245138e313c9662bc5960251ade6fb06cf58c95be88a8d8dc1c57"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.38.0/tkn_0.38.0_Windows_aarch64.zip",
"hash": "ab20abd73b17ce4693d5117284d00e74b93e63c7ef1da9b148354d4d67bcb4d0"
}
},
"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"
}
}
}