Date: Tuesday, May 19, 2020 @ 18:56:03 Author: foxboron Revision: 630048
upgpkg: k9s 0.19.6-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 18:55:59 UTC (rev 630047) +++ PKGBUILD 2020-05-19 18:56:03 UTC (rev 630048) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.19.5 +pkgver=0.19.6 pkgrel=1 pkgdesc='TUI for managing Kubernetes clusters and pods' arch=(x86_64) @@ -9,7 +9,7 @@ url='https://github.com/derailed/k9s' license=(APACHE) makedepends=(git go) -_commit=9f1b099e290f6e73d7dead475b34a180a18eb9a5 # 0.19.5 +_commit=f0ef39b46c97e7ae059a7a422baabf67d72eaff3 # 0.19.6 source=("git+$url#commit=$_commit") sha256sums=('SKIP')
