summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2020-08-03 01:23:58 +0200
committerml2020-08-03 01:23:58 +0200
commitd31ce6fc8e3099369355699fb7eec39b4e147972 (patch)
tree4cab881f17839c506cdbe1ab7c61a01be4795677 /PKGBUILD
parent2df851193949418e04ba04dce219849dbfecc377 (diff)
downloadaur-d31ce6fc8e3099369355699fb7eec39b4e147972.tar.gz
updpkg: kubectl-neat 2.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b0fc3434700..06f9340fe4d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <ml@visu.li>
pkgname=kubectl-neat
-pkgver=1.2.0
+pkgver=2.0.0
pkgrel=1
pkgdesc='Clean up Kuberntes yaml and json output to make it readable'
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ depends=('kubectl')
makedepends=('go')
groups=('kubectl-plugins')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c241d4cc5f5d13d4f496974f9c9580477d07a9e433d77f5412aa6e7be493afdc')
+sha256sums=('56171143c38ec40b0268866ec940bfe74bd721bd4567bdbe6311af778bf6850d')
prepare() {
cd "${pkgname}-${pkgver}"