summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d51be6b3671..167ad03e0c2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Daniel Gadd <aur@gadd.co.nz>
pkgname=pluto-bin
-pkgver=4.0.0
+pkgver=5.12.0
pkgrel=1
-pkgdesc='A cli tool to help discover deprecated apiVersions in Kubernetes'
+pkgdesc='Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.'
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"