ScoopInstaller_Main/bucket/talosctl.json
2025-04-30 16:30:14 +00:00

27 lines
863 B
JSON

{
"version": "1.10.0",
"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.0/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "50125fcbe01077e521c60d0e637bd378753d558d7cfe153b274aa92b5d25e74c"
}
},
"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"
}
}
}