From 7a997db2a9bc79af2d2d0dbb61447158652bb205 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 19 Apr 2022 16:27:36 +0100 Subject: [PATCH] pluto: Update homepage (#3512) Signed-off-by: Steve Hipwell --- bucket/pluto.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bucket/pluto.json b/bucket/pluto.json index 518e54b157..4c28eb02c6 100644 --- a/bucket/pluto.json +++ b/bucket/pluto.json @@ -1,7 +1,7 @@ { "version": "5.7.0", "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", "architecture": { "64bit": { @@ -10,7 +10,9 @@ } }, "bin": "pluto.exe", - "checkver": "github", + "checkver": { + "github": "https://github.com/FairwindsOps/pluto" + }, "autoupdate": { "architecture": { "64bit": { @@ -18,7 +20,7 @@ } }, "hash": { - "url": "$baseurl/pluto_$version_checksums.txt" + "url": "$baseurl/checksums.txt" } } }