mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.40.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.40.0/tkn_0.40.0_Windows_x86_64.zip",
|
|
"hash": "ab62363c501afca8a8ce59654240eff7c1d1f4f1ec9d6558501c84b80292577d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tektoncd/cli/releases/download/v0.40.0/tkn_0.40.0_Windows_aarch64.zip",
|
|
"hash": "d2b135f0abe5a375884d7dca6881481423219a1589ac712df4e7c233f633a004"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|