mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
nova: Update to version 3.7.0
Fix autoupdate: $version --> v$version
This commit is contained in:
parent
f2c634a323
commit
a707772159
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.6.5",
|
||||
"version": "3.7.0",
|
||||
"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/v3.6.5/nova_3.6.5_windows_amd64.tar.gz",
|
||||
"hash": "ad103d5b82c7af92d20dce8e10e20d1518c2ce48341ee60501c5b8f8034a7da6"
|
||||
"url": "https://github.com/FairwindsOps/nova/releases/download/v3.7.0/nova_3.7.0_windows_amd64.tar.gz",
|
||||
"hash": "b316e6d3da10f9c7fdc77252b9b684b47fe8e534a4fe06f97d3b9ae7d392eba8"
|
||||
}
|
||||
},
|
||||
"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