mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
27 lines
863 B
JSON
27 lines
863 B
JSON
{
|
|
"version": "1.10.6",
|
|
"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.10.6/talosctl-windows-amd64.exe#/talosctl.exe",
|
|
"hash": "2fa4c8354dd41892400d64cdb95819d5f684f1341d7c0d10ca1e2fb9cdc0b621"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|