ScoopInstaller_Main/bucket/talosctl.json
2025-07-03 16:29:58 +00:00

27 lines
863 B
JSON

{
"version": "1.10.5",
"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.5/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "1111356a615d28206e21406883c0e6ef41db899077790c0167e7947373ec4abd"
}
},
"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"
}
}
}