mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
863 B
JSON
27 lines
863 B
JSON
{
|
|
"version": "1.11.3",
|
|
"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.11.3/talosctl-windows-amd64.exe#/talosctl.exe",
|
|
"hash": "cde65db26ac09a92d3fe70d0f3c589d9addcb675de7944f2ef4c4180db88e922"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|