ScoopInstaller_Main/bucket/talosctl.json
2023-04-27 20:27:29 +00:00

27 lines
861 B
JSON

{
"version": "1.4.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.4.1/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "6fcb23712f9be94ff480b9dddb13f6993a2998acd65077bd45e98cae3d500c69"
}
},
"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"
}
}
}