mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
k9s@0.27.0: Fix download URLs (#4782)
This commit is contained in:
parent
85c512e2ba
commit
73339ab6f9
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.27.3",
|
||||
"version": "0.27.4",
|
||||
"description": "Kubernetes Clusters manager",
|
||||
"homepage": "https://github.com/derailed/k9s",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_amd64.tar.gz",
|
||||
"hash": "65acc7864e9db57e91a2874b81199c273a7f60c128f2697d518810b569a05576"
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Windows_amd64.zip",
|
||||
"hash": "7e10583c66ad5fa1de9f98f3de5e94f3348cbe52f7f8d3d89cc295dd3d6c2d77"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_arm64.tar.gz",
|
||||
"hash": "329dc62297f0e058bbb423df4443958eb59472cb4d1394372f41c15305624c4f"
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Windows_arm64.zip",
|
||||
"hash": "8890d5f3453d498dd8bdecc3ec41e529e1d5e80d354be51457682634ead90ec2"
|
||||
}
|
||||
},
|
||||
"bin": "k9s.exe",
|
||||
@ -18,10 +18,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.tar.gz"
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.tar.gz"
|
||||
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user