ScoopInstaller_Main/bucket/talosctl.json
2023-05-08 20:25:18 +00:00

27 lines
861 B
JSON

{
"version": "1.4.2",
"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.2/talosctl-windows-amd64.exe#/talosctl.exe",
"hash": "f496462bfa29359d1669ec58025db3710affa4db4218d1009ab7a218d6722932"
}
},
"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"
}
}
}