Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / k9s
Commits: 83b34e7b by Carl Smedstad at 2024-11-16T22:11:34+01:00 upgpkg: 0.32.7-1: Upstream release https://github.com/derailed/k9s/releases/tag/v0.32.7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = k9s pkgdesc = TUI for managing Kubernetes clusters and pods - pkgver = 0.32.6 + pkgver = 0.32.7 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.32.6 - sha256sums = a31bb6246a6d6877fa99d4cadc089b59648ccabf575d2318195774b311065352 + source = git+https://github.com/derailed/k9s#tag=v0.32.7 + sha256sums = 3aaa31b37ae35f3be0e86fc38fd7911b88ba709444ba4a5077794eda6a536251 pkgname = k9s ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.32.6 +pkgver=0.32.7 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=('a31bb6246a6d6877fa99d4cadc089b59648ccabf575d2318195774b311065352') +sha256sums=('3aaa31b37ae35f3be0e86fc38fd7911b88ba709444ba4a5077794eda6a536251') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/83b34e7b53f4ab1d0f7c33cbccae021e06ace98b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/83b34e7b53f4ab1d0f7c33cbccae021e06ace98b You're receiving this email because of your account on gitlab.archlinux.org.
