ScoopInstaller_Main/bucket/tektoncd-cli.json
2025-01-30 20:28:13 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.39.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.39.1/tkn_0.39.1_Windows_x86_64.zip",
"hash": "2211eb81b83ac33fb7f859b2917d9b0e3f5029d570076b476a96e1b2fd272f0e"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.39.1/tkn_0.39.1_Windows_aarch64.zip",
"hash": "6959a80d37594fa161e0a1ad19612e755b282b05e78f9ebbb7a0dd35008ba038"
}
},
"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"
}
}
}