ScoopInstaller_Main/bucket/talosctl.json
2024-04-19 16:30:56 +00:00

27 lines
861 B
JSON

{
"version": "1.7.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.7.0/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "2328424d26611dbdcb4d3c083a510f760b54a4e9cfdbbd035f5993eedec4a9dd"
}
},
"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"
}
}
}