summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2bd220cadb..33ffb8282f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.8.2
+ pkgver = 0.8.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.8.2/k9s_0.8.2_Linux_x86_64.tar.gz
- md5sums = f5b3c1cc3cf902c78eec9a5db2108fd4
+ source = https://github.com/derailed/k9s/releases/download/0.8.3/k9s_0.8.3_Linux_x86_64.tar.gz
+ md5sums = 2480f0d5b8f42cbbae5fb8d2e8ed5ac3
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fa96abde337..563334d03d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.8.2
+pkgver=0.8.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=('f5b3c1cc3cf902c78eec9a5db2108fd4')
+md5sums=('2480f0d5b8f42cbbae5fb8d2e8ed5ac3')
package() {
mkdir -p "${pkgdir}/usr/bin"