ScoopInstaller_Main/bucket/talosctl.json
2023-05-13 00:33:48 +00:00

27 lines
861 B
JSON

{
"version": "1.4.4",
"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.4/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "cd2e6c2595494c6736b6a5e15345b989ae12c9f401f9a0a5664d8db1d58e1ea6"
}
},
"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"
}
}
}