ScoopInstaller_Main/bucket/talosctl.json
2025-05-16 16:30:01 +00:00

27 lines
863 B
JSON

{
"version": "1.10.2",
"description": "CLI for out-of-band management of Kubernetes nodes created by Talos",
"homepage": "https://talos.dev",
"license": " MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/siderolabs/talos/releases/download/v1.10.2/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "95dec88f5f909ca6180925ce5c54b00e9d04e12534accfba2f160d49c9f81a9a"
}
},
"bin": "talosctl.exe",
"checkver": {
"github": "https://github.com/siderolabs/talos"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/siderolabs/talos/releases/download/v$version/talosctl-windows-amd64.exe#/talosctl.exe"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
}
}