Package Details: pluto-bin 5.19.0-0

Git Clone URL: https://aur.archlinux.org/pluto-bin.git (read-only, click to copy)
Package Base: pluto-bin
Description: Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.
Upstream URL: https://github.com/FairwindsOps/pluto
Keywords: kubernetes
Licenses: Apache
Submitter: danielgadd
Maintainer: hristov
Last Packager: hristov
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-27 21:08 (UTC)
Last Updated: 2024-01-09 07:49 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

hristov commented on 2023-01-23 12:50 (UTC)

Hi @cwrau. Package is now updated to latest (5.12.0)

cwrau commented on 2023-01-11 09:42 (UTC)

To update this, you can apply the following patch;

diff --git a/PKGBUILD b/PKGBUILD
index 7d51be6..add91e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Daniel Gadd <aur@gadd.co.nz>

 pkgname=pluto-bin
-pkgver=4.0.0
-pkgrel=1
+pkgver=5.12.0
+pkgrel=0
 pkgdesc='A cli tool to help discover deprecated apiVersions in Kubernetes'
 arch=(x86_64)
 url='https://github.com/FairwindsOps/pluto'
 license=(Apache)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/FairwindsOps/pluto/releases/download/v$pkgver/pluto_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('fc4e828a5cf6cd1cb062d7f739b4bae172f32834cc71547f568e37233b1a29a3')
+sha256sums=('f0a85bb84a69142ea90f5e93d2e3c2f98de08534c80ec6d3a3a85c9007db980a')

 package() {
   install -Dm 755 "$srcdir/pluto" "$pkgdir/usr/bin/pluto"