mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
27 lines
861 B
JSON
27 lines
861 B
JSON
{
|
|
"version": "1.8.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.8.1/talosctl-windows-amd64.exe#/talosctl.exe",
|
|
"hash": "05c071157636f45e8d7c6828c0bd01802e567932acee396dba9aa53253ae0a59"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|