Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / k9s
Commits: 10a161d8 by Carl Smedstad at 2026-06-08T22:41:59+02:00 upgpkg: 0.51.0-1: Upstream release https://github.com/derailed/k9s/releases/tag/v0.51.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = k9s pkgdesc = TUI for managing Kubernetes clusters and pods - pkgver = 0.50.18 - pkgrel = 2 + pkgver = 0.51.0 + pkgrel = 1 url = https://github.com/derailed/k9s arch = x86_64 license = Apache-2.0 @@ -9,7 +9,7 @@ pkgbase = k9s makedepends = go depends = glibc options = !lto - source = git+https://github.com/derailed/k9s#tag=v0.50.18 - b2sums = 17fd1f82104111f2cedbaa93027b9a58c115eb05c8c03b1be7288a2b21940c1c7c93577b5af53097b51e71c92f906f395482d491d44a6e6b17f3ad042582791d + source = git+https://github.com/derailed/k9s#tag=v0.51.0 + b2sums = 1e7ddf21c3404376810d95f74be969851107dc76fd1e5f035fdd749602ed5e2cb3485b5a9336c95b18435bad5c50dfeba36d5e9a1afbf0a418d14641f5b22699 pkgname = k9s ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.50.18 -pkgrel=2 +pkgver=0.51.0 +pkgrel=1 pkgdesc='TUI for managing Kubernetes clusters and pods' arch=(x86_64) url='https://github.com/derailed/k9s' @@ -15,7 +15,7 @@ makedepends=( ) options=('!lto') source=("git+$url#tag=v$pkgver") -b2sums=('17fd1f82104111f2cedbaa93027b9a58c115eb05c8c03b1be7288a2b21940c1c7c93577b5af53097b51e71c92f906f395482d491d44a6e6b17f3ad042582791d') +b2sums=('1e7ddf21c3404376810d95f74be969851107dc76fd1e5f035fdd749602ed5e2cb3485b5a9336c95b18435bad5c50dfeba36d5e9a1afbf0a418d14641f5b22699') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/10a161d83369bee561fe8fb81c348a55e466cca3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/10a161d83369bee561fe8fb81c348a55e466cca3 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
