Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / k9s
Commits: 8351d31e by Carl Smedstad at 2025-09-18T07:28:02+02:00 upgpkg: 0.50.10-1: Upstream release https://github.com/derailed/k9s/releases/tag/v0.50.10 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = k9s pkgdesc = TUI for managing Kubernetes clusters and pods - pkgver = 0.50.9 + pkgver = 0.50.10 pkgrel = 1 url = https://github.com/derailed/k9s arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = k9s makedepends = go depends = glibc options = !lto - source = git+https://github.com/derailed/k9s#tag=v0.50.9 - sha256sums = c927b4d0910b9f164eb0da2ef914287daec5fd02043f8455cefc03f121d5ae37 + source = git+https://github.com/derailed/k9s#tag=v0.50.10 + sha256sums = 29aeae27fcbe9aac5fa8c50090ce9a411dde546566a43bd40453daca6b062ebf pkgname = k9s ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.50.9 +pkgver=0.50.10 pkgrel=1 pkgdesc='TUI for managing Kubernetes clusters and pods' arch=(x86_64) @@ -15,7 +15,7 @@ makedepends=( ) options=('!lto') source=("git+$url#tag=v$pkgver") -sha256sums=('c927b4d0910b9f164eb0da2ef914287daec5fd02043f8455cefc03f121d5ae37') +sha256sums=('29aeae27fcbe9aac5fa8c50090ce9a411dde546566a43bd40453daca6b062ebf') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/8351d31ece0f43db1428ee8b7e27ed0adcf65c8d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/8351d31ece0f43db1428ee8b7e27ed0adcf65c8d You're receiving this email because of your account on gitlab.archlinux.org.
