summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHristo Voyvodov2023-01-23 14:48:57 +0200
committerHristo Voyvodov2023-01-23 14:48:57 +0200
commitc5fd1c65a476f5d651b1bd1f410a608919978cbe (patch)
treeef42bd57f1655dc43537faed40658a7761d9aa0f
parente029827cb82170bfe4044187751d77815d5e3a10 (diff)
downloadaur-c5fd1c65a476f5d651b1bd1f410a608919978cbe.tar.gz
Version bump to 5.12.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f05a1ae0aa..f78bc27a60a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = pluto-bin
- pkgdesc = A cli tool to help discover deprecated apiVersions in Kubernetes
- pkgver = 4.0.0
+ pkgdesc = Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.
+ pkgver = 5.12.0
pkgrel = 1
url = https://github.com/FairwindsOps/pluto
arch = x86_64
license = Apache
- source = pluto-bin-4.0.0.tar.gz::https://github.com/FairwindsOps/pluto/releases/download/v4.0.0/pluto_4.0.0_linux_amd64.tar.gz
- sha256sums = fc4e828a5cf6cd1cb062d7f739b4bae172f32834cc71547f568e37233b1a29a3
+ source = pluto-bin-5.12.0.tar.gz::https://github.com/FairwindsOps/pluto/releases/download/v5.12.0/pluto_5.12.0_linux_amd64.tar.gz
+ sha256sums = f0a85bb84a69142ea90f5e93d2e3c2f98de08534c80ec6d3a3a85c9007db980a
pkgname = pluto-bin
-
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"