summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-04-02 12:53:50 +0200
committerVictor Roest2019-04-02 12:53:50 +0200
commit2c6989c7a6a37b55d74cd42b9a55ce0b31a64182 (patch)
treebdeeb5f88a278d5947e83d54b2e6319a71b6a19b
parent240e7d253d87909b52736c9988beb38e78cee2f3 (diff)
downloadaur-2c6989c7a6a37b55d74cd42b9a55ce0b31a64182.tar.gz
version 0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95871873d6bf..878c224363c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.4.3
+ pkgver = 0.4.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.4.3/k9s_0.4.3_Linux_x86_64.tar.gz
- md5sums = 8136ea75caba0068ed5b9b58bdac0e12
+ source = https://github.com/derailed/k9s/releases/download/0.4.4/k9s_0.4.4_Linux_x86_64.tar.gz
+ md5sums = 08893c61c5bd1e9a5016c6ccc439efd9
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e29854fa778..cf348c70d81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.4.3
+pkgver=0.4.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=('8136ea75caba0068ed5b9b58bdac0e12')
+md5sums=('08893c61c5bd1e9a5016c6ccc439efd9')
package() {
mkdir -p "${pkgdir}/usr/bin"