summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Roest2019-02-24 10:05:28 +0100
committerVictor Roest2019-02-24 10:05:28 +0100
commitea4fd15c5f9eb95f14f79d943880ddb0be7c5fba (patch)
tree8813444c68b305923f8bcb1fab97ee7d6ff9b398 /PKGBUILD
parent410ca2a01e870d9f031ffe3e7470eb5fad3003a6 (diff)
downloadaur-ea4fd15c5f9eb95f14f79d943880ddb0be7c5fba.tar.gz
Version bump to 0.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65ead974838f..1b13a044decf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.1.6
+pkgver=0.1.7
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=('bcf9fe9e11408fb04c760b3340aea1ce')
+md5sums=('edcd4939c766f581ce1f97ab420181cf')
package() {
mkdir -p "${pkgdir}/usr/bin"