ScoopInstaller_Main/bucket/tektoncd-cli.json
2023-11-09 20:24:17 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.33.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.33.0/tkn_0.33.0_Windows_x86_64.zip",
"hash": "85efa3c755c235b381e1591d26911d163b39f165879dcf5a4f6f4d9f18d7ddef"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.33.0/tkn_0.33.0_Windows_aarch64.zip",
"hash": "7c270020c80648168685b9e15c18bf73692ba6f95249a94a8fbcf16a46d90b1c"
}
},
"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"
}
}
}