summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a31455d23f7..ef706856010c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = k9s-bin
pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
pkgver = 0.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/derailed/k9s
arch = x86_64
license = Apache
provides = k9s
source = https://github.com/derailed/k9s/releases/download/0.11.2/k9s_0.11.2_Linux_x86_64.tar.gz
- md5sums = 94b63f946fc50360b7e60daab0696c2e
+ sha256sums = 3955ee895f5359568bc17225b19b68fea71d8bd7b82cb603f755020d43064d4d
pkgname = k9s-bin
diff --git a/PKGBUILD b/PKGBUILD
index 27992686e6a5..b22bef22705a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('94b63f946fc50360b7e60daab0696c2e')
+sha256sums=('3955ee895f5359568bc17225b19b68fea71d8bd7b82cb603f755020d43064d4d')
package() {
mkdir -p "${pkgdir}/usr/bin"