Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages 
/ k9s


Commits:
98b76ee4 by Christian Rebischke at 2023-12-20T00:25:19+01:00
upgpkg: 0.29.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = k9s
+       pkgdesc = TUI for managing Kubernetes clusters and pods
+       pkgver = 0.29.1
+       pkgrel = 1
+       url = https://github.com/derailed/k9s
+       arch = x86_64
+       license = APACHE
+       makedepends = git
+       makedepends = go
+       options = !lto
+       source = 
git+https://github.com/derailed/k9s#commit=a13412a6d985abf2a925ecbdca1fc9c71c47415a
+       sha256sums = SKIP
+
+pkgname = k9s


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud <foxbo...@archlinux.org>
 
 pkgname=k9s
-pkgver=0.27.4
+pkgver=0.29.1
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
 options=('!lto')
-_commit=f4543e9bd2f9e2db922d12ba23363f6f7db38f9c       #refs/tags/v0.27.4^{}
+_commit=a13412a6d985abf2a925ecbdca1fc9c71c47415a
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 options=('!lto')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/98b76ee4ab47821413201c94b824184ea0bfa99a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/98b76ee4ab47821413201c94b824184ea0bfa99a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to