pluto: Update homepage (#3512)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2022-04-19 16:27:36 +01:00 committed by GitHub
parent 27e7d4c6ce
commit 7a997db2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"version": "5.7.0", "version": "5.7.0",
"description": "Utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.", "description": "Utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.",
"homepage": "https://github.com/FairwindsOps/pluto", "homepage": "https://pluto.docs.fairwinds.com/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -10,7 +10,9 @@
} }
}, },
"bin": "pluto.exe", "bin": "pluto.exe",
"checkver": "github", "checkver": {
"github": "https://github.com/FairwindsOps/pluto"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -18,7 +20,7 @@
} }
}, },
"hash": { "hash": {
"url": "$baseurl/pluto_$version_checksums.txt" "url": "$baseurl/checksums.txt"
} }
} }
} }