ScoopInstaller_Main/bucket/talosctl.json
2024-12-17 16:31:50 +00:00

27 lines
861 B
JSON

{
"version": "1.9.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.9.0/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "562929ff4146989d12e596cd1b2242dea78136f640f82f18ddaf6152d0eaabd0"
}
},
"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"
}
}
}