ScoopInstaller_Main/bucket/tektoncd-cli.json
2023-10-19 04:25:58 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.32.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.32.1/tkn_0.32.1_Windows_x86_64.zip",
"hash": "14dd923656ea9426b71e50d4f0856b03c341ee3f7453082061129bec1d6b7161"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.32.1/tkn_0.32.1_Windows_aarch64.zip",
"hash": "c22ce80cc1ca1e8e848583eb8e7b23d95336dbe40bc772fcc2598e524787c5b5"
}
},
"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"
}
}
}