summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2019-06-21 10:34:16 +0200
committerVictor Roest2019-06-21 10:34:16 +0200
commitd99960d4b530ed72fbf3f512faba6dc474da4379 (patch)
tree96b414a7d5d66076f3561444ec58e50c3127a3ed
parentb0b0740903742ab82ad6308e652ce019f72c6e5f (diff)
downloadaur-d99960d4b530ed72fbf3f512faba6dc474da4379.tar.gz
0.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88123621ac7e..f3951091f335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.7.7
+ pkgver = 0.7.8
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.7/k9s_0.7.7_Linux_x86_64.tar.gz
- md5sums = 65f1476696f96def7bc088e65ac60ba7
+ source = https://github.com/derailed/k9s/releases/download/0.7.8/k9s_0.7.8_Linux_x86_64.tar.gz
+ md5sums = f2d133e5e06c116d864698b8769a772f
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index c049a2a4ea7b..84cbf83245cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.7.7
+pkgver=0.7.8
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=('65f1476696f96def7bc088e65ac60ba7')
+md5sums=('f2d133e5e06c116d864698b8769a772f')
package() {
mkdir -p "${pkgdir}/usr/bin"