summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-04-05 14:50:43 +0200
committerVictor Roest2019-04-05 14:50:43 +0200
commit9ddce265d357d6b85328364531c1176d4e1249a7 (patch)
tree0b2124b4d03347472e4e9af67e289da41f7a0c7e
parent9fdae3b03f6db5262cce416d9ba9c8f3592ad25e (diff)
downloadaur-9ddce265d357d6b85328364531c1176d4e1249a7.tar.gz
version 0.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f7869ca4644..38f8eddc41da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.4.5
+ pkgver = 0.4.6
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.5/k9s_0.4.5_Linux_x86_64.tar.gz
- md5sums = b087a2b256d0216650e8b8d9c8d0c9c7
+ source = https://github.com/derailed/k9s/releases/download/0.4.6/k9s_0.4.6_Linux_x86_64.tar.gz
+ md5sums = 0a6752b3a8dede594b184efb916e2a36
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index 78e24d0c2a0b..ae70b483b008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.4.5
+pkgver=0.4.6
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=('b087a2b256d0216650e8b8d9c8d0c9c7')
+md5sums=('0a6752b3a8dede594b184efb916e2a36')
package() {
mkdir -p "${pkgdir}/usr/bin"