summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-03-13 09:15:02 +0100
committerVictor Roest2019-03-13 09:15:02 +0100
commit1629e13b67b63560d94e84af7111697a5a192656 (patch)
treedbdbf3ce72564117d07aa73627ce6390f25ce963
parent77d3259edee9a2dbfe24ff7e160a2242a4fdbf53 (diff)
downloadaur-1629e13b67b63560d94e84af7111697a5a192656.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5d98c2bb5af..04f55bd83e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/derailed/k9s
arch = x86_64
license = Apache
provides = k9s
- source = https://github.com/derailed/k9s/releases/download/0.2.3/k9s_0.2.3_Linux_x86_64.tar.gz
- md5sums = 9f2f79545510cc2cdd59d3f320519d83
+ source = https://github.com/derailed/k9s/releases/download/0.2.4/k9s_0.2.4_Linux_x86_64.tar.gz
+ md5sums = 877f242e14d7b04d59e08b632a5e9f99
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index e11b10e3c534..2d26c65fce0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.2.3
+pkgver=0.2.4
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=('9f2f79545510cc2cdd59d3f320519d83')
+md5sums=('877f242e14d7b04d59e08b632a5e9f99')
package() {
mkdir -p "${pkgdir}/usr/bin"