summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Roest2020-01-06 18:22:06 +0100
committerVictor Roest2020-01-06 18:22:06 +0100
commit25925f7ac54bbc26dff681b70971db6a202f398c (patch)
tree73aa557ab531e5f5fd31edbf5fb06a82982e288f /PKGBUILD
parentf37657019cb685d1d414f38a4af3a8023b5d6a48 (diff)
downloadaur-25925f7ac54bbc26dff681b70971db6a202f398c.tar.gz
0.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8900c9d3d020..b0039745f1d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc='Kubernetes CLI To Manage Your Clusters In Style!'
arch=('x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/derailed/k9s'
license=('Apache')
provides=('k9s')
source=("https://github.com/derailed/k9s/releases/download/${pkgver}/k9s_${pkgver}_Linux_x86_64.tar.gz")
-md5sums=('4dfb6487067c67e50b67ad2f5ef2cfa8')
+md5sums=('bfbf9c0f470f46de906b5fa2cfde3b86')
package() {
mkdir -p "${pkgdir}/usr/bin"