mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
rancher-cli: Add version 2.4.0 (#964)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
712045ed0b
commit
5cfbd4b73a
33
bucket/rancher-cli.json
Normal file
33
bucket/rancher-cli.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "2.4.0",
|
||||
"description": "Unified tool for interacting with Rancher Server",
|
||||
"homepage": "https://github.com/rancher/cli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rancher/cli/releases/download/v2.4.0/rancher-windows-amd64-v2.4.0.zip",
|
||||
"hash": "0a5414a85fe58da10ac3d547dc9486d2176a867dbc589b60bbb77cb95182e859"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/rancher/cli/releases/download/v2.4.0/rancher-windows-386-v2.4.0.zip",
|
||||
"hash": "ea948577e3b5a92211859903e321f46ca6548067e928d8de7f7415463e9eb3a6"
|
||||
}
|
||||
},
|
||||
"extract_dir": "rancher-v2.4.0",
|
||||
"bin": "rancher.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-amd64-v$version.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/rancher/cli/releases/download/v$version/rancher-windows-386-v$version.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/sha256sum.txt"
|
||||
},
|
||||
"extract_dir": "rancher-v$version"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user