ScoopInstaller_Main/bucket/tektoncd-cli.json
2023-08-01 16:27:02 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.31.2",
"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.2/tkn_0.31.2_Windows_x86_64.zip",
"hash": "a7308bbc4edf2d9999622bc69c310cfb50b8255e1ec85dd24a81d2266d4c0311"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.31.2/tkn_0.31.2_Windows_aarch64.zip",
"hash": "b358d4a6473580a40f9aaee7df52c89d066478ca946194afa3a8fdb3510678ec"
}
},
"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"
}
}
}