ScoopInstaller_Main/bucket/talosctl.json
2025-09-25 16:29:50 +00:00

27 lines
863 B
JSON

{
"version": "1.11.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.11.2/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "cbce5aab995064b70e9fe1928670ae42a39ad0fcc76a752ce61e4b4504d30cab"
}
},
"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"
}
}
}