ScoopInstaller_Main/bucket/tektoncd-cli.json
2024-09-10 16:29:52 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.38.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.38.1/tkn_0.38.1_Windows_x86_64.zip",
"hash": "205bba1cccdb4da3670eff1eae960272959214b39563b0fb42a9fc5bb20c57c7"
},
"arm64": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.38.1/tkn_0.38.1_Windows_aarch64.zip",
"hash": "42237ff536029f94b2a0b5a7db01621c950f52e0adcdc1036e629cc5fd17731f"
}
},
"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"
}
}
}