mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
nova: Update to version 3.6.2 (#4533)
This commit is contained in:
parent
978954cb6a
commit
b0aac44b90
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.6.1",
|
||||
"version": "3.6.2",
|
||||
"description": "Utility to scan your Kubernetes cluster for installed Helm charts, then cross-checks them against all known Helm repositories. If it finds an updated version of the chart you're using, or notices your current version is deprecated, it will let you know.",
|
||||
"homepage": "https://nova.docs.fairwinds.com/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/FairwindsOps/nova/releases/download/3.6.1/nova_3.6.1_windows_amd64.tar.gz",
|
||||
"hash": "aa9c3b469920b66c0ff72026301435ab122b6490cbd53b6447664d141c5c4f87"
|
||||
"url": "https://github.com/FairwindsOps/nova/releases/download/v3.6.2/nova_3.6.2_windows_amd64.tar.gz",
|
||||
"hash": "f8e9fd932fb74c1e51cff26b65d41f1b718046f6cdf503de95dd073e37e871c8"
|
||||
}
|
||||
},
|
||||
"bin": "nova.exe",
|
||||
@ -16,7 +16,7 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/FairwindsOps/nova/releases/download/$version/nova_$version_windows_amd64.tar.gz"
|
||||
"url": "https://github.com/FairwindsOps/nova/releases/download/v$version/nova_$version_windows_amd64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user