mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 07:44:43 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.44.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.44.0/tkn_0.44.0_Windows_x86_64.zip",
|
|
"hash": "ad85940171d3c75b6161956b5080741d067398614405831cb0f9654667867c9e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Windows_aarch64.zip",
|
|
"hash": "d9375da312aa29195a0376024818e85d285dc0317bd7ce44f689f445b0821d57"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|