summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03925edb80fe..894fd399b348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hristo Voyvodov <hristo.voyvodov@hotmail.com>
pkgname=pluto-bin
-pkgver=5.18.5
+pkgver=5.19.0
pkgrel=0
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=('8d6b1b47adad63f87bb6b21151bd96a862b04f200e3aac3b7650b5a46f535cde')
+sha256sums=('e2a73d2501b49386dd12331a9880a989d97bc183339496f156dc86ad4813d530')
package() {
install -Dm 755 "$srcdir/pluto" "$pkgdir/usr/bin/pluto"