ScoopInstaller_Main/bucket/talosctl.json
2024-12-26 16:30:33 +00:00

27 lines
861 B
JSON

{
"version": "1.9.1",
"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.9.1/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "b0d46307402a4ec4aa63d21dfff288755f7061657892f094f0278933123caddc"
}
},
"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"
}
}
}