summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHristo Voyvodov2023-02-23 14:03:22 +0200
committerHristo Voyvodov2023-02-23 14:03:22 +0200
commit3a7e43a318512569c9285e5534dd624e2bf9326b (patch)
treedae10db7ae1decfba2083a7b5b782f27caf58063
parente1d769acda36fc18a3334dc1ec5245b152505ffb (diff)
downloadaur-3a7e43a318512569c9285e5534dd624e2bf9326b.tar.gz
bump to v5.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d6728daf50d..aa43580a07ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pluto-bin
pkgdesc = Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.
- pkgver = 5.13.3
+ pkgver = 5.15.1
pkgrel = 1
url = https://github.com/FairwindsOps/pluto
arch = x86_64
license = Apache
- source = pluto-bin-5.13.3.tar.gz::https://github.com/FairwindsOps/pluto/releases/download/v5.13.3/pluto_5.13.3_linux_amd64.tar.gz
- sha256sums = f0a85bb84a69142ea90f5e93d2e3c2f98de08534c80ec6d3a3a85c9007db980a
+ source = pluto-bin-5.15.1.tar.gz::https://github.com/FairwindsOps/pluto/releases/download/v5.15.1/pluto_5.15.1_linux_amd64.tar.gz
+ sha256sums = ce448626873983021f79b7219bc39df4a0cdf13339c095ccdd96b80fa67e77ec
pkgname = pluto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2d2ca34784f4..78d49f051bf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hristo Voyvodov <hristo.voyvodov@hotmail.com>
pkgname=pluto-bin
-pkgver=5.13.3
+pkgver=5.15.1
pkgrel=1
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=('ce448626873983021f79b7219bc39df4a0cdf13339c095ccdd96b80fa67e77ec')
+sha256sums=('fe523bf36868d6c25dff7833f4efcc3699213578e835b6304d6e5e4346517dbd')
package() {
install -Dm 755 "$srcdir/pluto" "$pkgdir/usr/bin/pluto"