mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
nova: Add version 3.0.2 (#3513)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
d95642d8e1
commit
d389b3ab7f
26
bucket/nova.json
Normal file
26
bucket/nova.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "3.0.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.0.2/nova_3.0.2_windows_amd64.tar.gz",
|
||||
"hash": "0494b3a1ae071a382a7a200984fb46cbb6fd2ea4bfd38c9927ce56fb6afec979"
|
||||
}
|
||||
},
|
||||
"bin": "nova.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/FairwindsOps/nova"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/FairwindsOps/nova/releases/download/$version/nova_$version_windows_amd64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user