summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Roest2019-02-27 14:35:40 +0100
committerVictor Roest2019-02-27 14:35:40 +0100
commit1e37220fc924be05f82573a30f300b9b729e7492 (patch)
tree5c91a447691a2ee725ecb8f2300aebbd3906bacf /PKGBUILD
parent4d0e4ac6d3f9e05f8c5fcefd5c45a593fbeea86f (diff)
downloadaur-1e37220fc924be05f82573a30f300b9b729e7492.tar.gz
Version bump to 0.1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 890fa1b32d87..7e9d5e7c216a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.1.8
+pkgver=0.1.9
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=('acacc31f63b6d29ba3120d1a26bc9c6a')
+md5sums=('397683a010f2f6cbbc4786e851bdae62')
package() {
mkdir -p "${pkgdir}/usr/bin"