Date: Sunday, November 22, 2020 @ 00:18:19 Author: foxboron Revision: 758728
upgpkg: k9s 0.24.0-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-22 00:18:06 UTC (rev 758727) +++ PKGBUILD 2020-11-22 00:18:19 UTC (rev 758728) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.23.10 +pkgver=0.24.0 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=a952806ebaa316e2c7d0949ad605fb4c944f2cd0 #refs/tags/v0.23.10^{} +_commit=752869c937fd5f1875ae0718255124644ad40e01 #refs/tags/v0.24.0^{} source=("git+$url#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +25,7 @@ export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - make VERSION=v$pkgver build + make VERSION=$pkgver build } check() {
