mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.35.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.35.0/tkn_0.35.0_Windows_x86_64.zip",
|
|
"hash": "dc8936b285715bbdd8eb9335ce674d852cf1b2cd959335ca6438f6faa8dfd539"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tektoncd/cli/releases/download/v0.35.0/tkn_0.35.0_Windows_aarch64.zip",
|
|
"hash": "61531447e1a064e75b15c8442218ccc93fbb5951d0327e62e2680be1dcd6066e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|