summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-04-27 11:49:04 +0200
committerVictor Roest2019-04-27 11:49:04 +0200
commitaa4561a7c89b288198f94cf7c883f125d39b7533 (patch)
tree885192d19b024cb8c210b58dacf9b86a5cd45d1d
parent3b18a04d2694fdaa1bdabddfd36e9ea539fea63a (diff)
downloadaur-aa4561a7c89b288198f94cf7c883f125d39b7533.tar.gz
v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc81c0c529ca..d8bad1a79b43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/derailed/k9s
arch = x86_64
license = Apache
provides = k9s
- source = https://github.com/derailed/k9s/releases/download/0.5.1/k9s_0.5.1_Linux_x86_64.tar.gz
- md5sums = 2b962e5445e770dbe1009b4ac7bcd756
+ source = https://github.com/derailed/k9s/releases/download/0.5.2/k9s_0.5.2_Linux_x86_64.tar.gz
+ md5sums = e666bfcf1dc3f82df409b277ef1d71d6
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index 793266de3e44..2ffce2fae0a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.5.1
+pkgver=0.5.2
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=('2b962e5445e770dbe1009b4ac7bcd756')
+md5sums=('e666bfcf1dc3f82df409b277ef1d71d6')
package() {
mkdir -p "${pkgdir}/usr/bin"