mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
27 lines
861 B
JSON
27 lines
861 B
JSON
{
|
|
"version": "1.4.8",
|
|
"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.8/talosctl-windows-amd64.exe#/talosctl.exe",
|
|
"hash": "fb8dfd4e627e96863d9346e0f929d60f1b8c551e5280707aaa1a11dde08a78c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|