mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
kubeval: Update to version 0.16.1
This commit is contained in:
parent
3e06b3bcb3
commit
09fe2cf4af
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"description": "Kubernetes resource files linter",
|
||||
"homepage": "https://kubeval.instrumenta.dev",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/0.16.0/kubeval-windows-amd64.zip",
|
||||
"hash": "94d22562046505fe375ce02daafe91cd45560ef6974f903b28d2c0a24cc1fb9e"
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/v0.16.1/kubeval-windows-amd64.zip",
|
||||
"hash": "3732bd6874f5f508a2f2faa2e47d117562195a94bf2dd20c22036968f26e416a"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/0.16.0/kubeval-windows-386.zip",
|
||||
"hash": "3447e1da14d423045978bf987d21c2a0b5aec06a7b37fb551d3693fef955dc7e"
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/v0.16.1/kubeval-windows-386.zip",
|
||||
"hash": "b30ed790e464642af5435c69934034077a6a3319f11de31c9682898c1895d877"
|
||||
}
|
||||
},
|
||||
"bin": "kubeval.exe",
|
||||
@ -20,10 +20,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-amd64.zip"
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/v$version/kubeval-windows-amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-386.zip"
|
||||
"url": "https://github.com/garethr/kubeval/releases/download/v$version/kubeval-windows-386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user