summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-06-22 10:14:15 +0200
committerVictor Roest2019-06-22 10:14:15 +0200
commit4306b98aaf94db717ccf2e2767d5699842c7cc06 (patch)
tree5e9fcc115b6bc60c8a934275ebefa050e22d8830
parent9a21a731f29b8cd3c74af572403a72947f7a32b8 (diff)
downloadaur-4306b98aaf94db717ccf2e2767d5699842c7cc06.tar.gz
0.7.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82081134b27a..e2f636ab5e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.7.9
+ pkgver = 0.7.11
pkgrel = 1
url = https://github.com/derailed/k9s
arch = x86_64
license = Apache
provides = k9s
- source = https://github.com/derailed/k9s/releases/download/0.7.9/k9s_0.7.9_Linux_x86_64.tar.gz
- md5sums = ec0e4107bf93841872354659feec2030
+ source = https://github.com/derailed/k9s/releases/download/0.7.11/k9s_0.7.11_Linux_x86_64.tar.gz
+ md5sums = 9f6d0602d4f2c6963ba21270920d2355
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index 52c280b045d8..a2e697517b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.7.9
+pkgver=0.7.11
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=('ec0e4107bf93841872354659feec2030')
+md5sums=('9f6d0602d4f2c6963ba21270920d2355')
package() {
mkdir -p "${pkgdir}/usr/bin"