mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.36.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.36.0/tkn_0.36.0_Windows_x86_64.zip",
|
|
"hash": "580db24f608616b787bdd26a75eea582a183a99ece6d2c61489971f9c3d67ca9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tektoncd/cli/releases/download/v0.36.0/tkn_0.36.0_Windows_aarch64.zip",
|
|
"hash": "8cb9f0add0424230cca21d6ede04d56027791bd17189fe646b13244cb87d1e5a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|