summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-04-01 08:03:15 +0200
committerVictor Roest2019-04-01 08:03:15 +0200
commit240e7d253d87909b52736c9988beb38e78cee2f3 (patch)
treea31107c01912d8e03c2ea9e5d0adad7c33bb7cb8
parent01a6915227d9c9ad7542526a6c5f92fb27c6f9be (diff)
downloadaur-240e7d253d87909b52736c9988beb38e78cee2f3.tar.gz
version bump to 0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c6db91ac72..95871873d6bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.4.0
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/derailed/k9s
arch = x86_64
license = Apache
provides = k9s
- source = https://github.com/derailed/k9s/releases/download/0.4.0/k9s_0.4.0_Linux_x86_64.tar.gz
- md5sums = 8137ecac461b50a616727627415b04bd
+ source = https://github.com/derailed/k9s/releases/download/0.4.3/k9s_0.4.3_Linux_x86_64.tar.gz
+ md5sums = 8136ea75caba0068ed5b9b58bdac0e12
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index c35d21ab58b9..7e29854fa778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.4.0
+pkgver=0.4.3
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=('8137ecac461b50a616727627415b04bd')
+md5sums=('8136ea75caba0068ed5b9b58bdac0e12')
package() {
mkdir -p "${pkgdir}/usr/bin"