[arch-commits] Commit in k9s/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Feb 26 12:54:18 UTC 2020


    Date: Wednesday, February 26, 2020 @ 12:54:18
  Author: arodseth
Revision: 582413

upgpkg: k9s 0.17.0-1

Modified:
  k9s/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 12:53:08 UTC (rev 582412)
+++ PKGBUILD	2020-02-26 12:54:18 UTC (rev 582413)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=k9s
-pkgver=0.16.1
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Kubernetes TUI for managing clusters and pods'
 arch=(x86_64)
@@ -8,7 +8,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go-pie)
-source=("git+$url#commit=9f24abc1419e6e8b7e39c748b33e35e7ce96805e") # 0.16.1
+source=("git+$url#commit=543f9837ff31ef23ad61ae007f1666875a38b161") # 0.17.0
 sha256sums=('SKIP')
 
 build() {
@@ -25,4 +25,5 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver: github.com/derailed/k9s/releases
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list