ScoopInstaller_Main/bucket/talosctl.json
2023-08-22 20:23:55 +00:00

27 lines
861 B
JSON

{
"version": "1.5.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.5.1/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "cf33dbf152482ec8d4c013c3b46cec7bb64630a3e93ff5181eb594ed09f39e79"
}
},
"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"
}
}
}