k9s v0.32.7
This commit is contained in:
parent
600471728b
commit
5434cb86e5
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
# Contributor: Morten Linderud <foxboron@archlinux.org>
|
# Contributor: Morten Linderud <foxboron@archlinux.org>
|
||||||
|
|
||||||
pkgname=k9s
|
pkgname=k9s
|
||||||
pkgver=0.32.6
|
pkgver=0.32.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='TUI for managing Kubernetes clusters and pods'
|
pkgdesc='TUI for managing Kubernetes clusters and pods'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -12,7 +12,7 @@ license=(APACHE)
|
||||||
makedepends=(git go)
|
makedepends=(git go)
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
source=("git+$url#tag=v${pkgver}")
|
source=("git+$url#tag=v${pkgver}")
|
||||||
sha256sums=('a31bb6246a6d6877fa99d4cadc089b59648ccabf575d2318195774b311065352')
|
sha256sums=('3aaa31b37ae35f3be0e86fc38fd7911b88ba709444ba4a5077794eda6a536251')
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue