Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / cilium-cli
Commits: ccb90d27 by Morten Linderud at 2025-02-24T23:00:13+01:00 upgpkg: 0.17.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = cilium-cli pkgdesc = install, manage & troubleshoot Kubernetes clusters running Cilium - pkgver = 0.16.24 + pkgver = 0.17.0 pkgrel = 1 url = https://github.com/cilium/cilium-cli arch = x86_64 license = APACHE makedepends = go depends = glibc - source = cilium-cli-0.16.24.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.24.tar.gz - sha256sums = d7eb7e8e3b904e131c48d9e0aec09d3a5dc4a98d6fe78d5d9aa222565e2a69f9 + source = cilium-cli-0.17.0.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.17.0.tar.gz + sha256sums = b1805b88d0b4582c669123f46e0e92e157e03f07dff7bbfdad867648ba6dff94 pkgname = cilium-cli ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <foxbo...@archlinux.org> pkgname=cilium-cli -pkgver=0.16.24 +pkgver=0.17.0 pkgrel=1 pkgdesc="install, manage & troubleshoot Kubernetes clusters running Cilium" arch=("x86_64") @@ -10,7 +10,7 @@ license=("APACHE") depends=("glibc") makedepends=("go") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('d7eb7e8e3b904e131c48d9e0aec09d3a5dc4a98d6fe78d5d9aa222565e2a69f9') +sha256sums=('b1805b88d0b4582c669123f46e0e92e157e03f07dff7bbfdad867648ba6dff94') build() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/ccb90d276d9bdcaefdd8fa6c49307e59dd03c031 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/ccb90d276d9bdcaefdd8fa6c49307e59dd03c031 You're receiving this email because of your account on gitlab.archlinux.org.