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 366bc701d66e..fe0be726a769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
- pkgver = 0.4.7
+ pkgver = 0.4.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.4.7/k9s_0.4.7_Linux_x86_64.tar.gz
- md5sums = ef21cb5d7067a5f4bfee46ba8415094d
+ source = https://github.com/derailed/k9s/releases/download/0.4.8/k9s_0.4.8_Linux_x86_64.tar.gz
+ md5sums = 2d5c79378a4802cf22ffa03de9d30d3b
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index f9301b72ded9..903b504fa39b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor <victor@xirion.net>
pkgname=k9s-bin
-pkgver=0.4.7
+pkgver=0.4.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=('ef21cb5d7067a5f4bfee46ba8415094d')
+md5sums=('2d5c79378a4802cf22ffa03de9d30d3b')
package() {
mkdir -p "${pkgdir}/usr/bin"