mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
talosctl: Add version 1.3.6 (#4633)
* talosctl: Add version 1.3.6 * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update talosctl.json Fix a typo --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
74570c859c
commit
a42badaf14
26
bucket/talosctl.json
Normal file
26
bucket/talosctl.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "1.3.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.3.6/talosctl-windows-amd64.exe#/talosctl.exe",
|
||||
"hash": "6a922d0516d213e6ac13084aa4fb78f7d6f81b7885060b8383256fe80980d751"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user