mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.35.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.35.1/tkn_0.35.1_Windows_x86_64.zip",
|
|
"hash": "c1103315a7bde403a8106002e2a915711e64832efb26e4776063a0393e472306"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tektoncd/cli/releases/download/v0.35.1/tkn_0.35.1_Windows_aarch64.zip",
|
|
"hash": "a84e795e4acdc3f6def4cce82d6fdb68bf8afa2afa2ae5a6eb68dc2209aaf91f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|