ScoopInstaller_Main/bucket/talosctl.json
2023-07-26 20:23:36 +00:00

27 lines
861 B
JSON

{
"version": "1.4.7",
"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.4.7/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "a77f1050511124fdace2d4f848db9efac30ff2e674a04e8e372892ba9b0a3bc8"
}
},
"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"
}
}
}