Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
3854a357 by Morten Linderud at 2025-02-11T22:41:37+01:00
upgpkg: 0.16.24-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.23
+ pkgver = 0.16.24
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.16.23.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.23.tar.gz
- sha256sums =
a0464981234670738e0a997b25f34faae0b68134b2c3dab381141010ced140c3
+ source =
cilium-cli-0.16.24.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.24.tar.gz
+ sha256sums =
d7eb7e8e3b904e131c48d9e0aec09d3a5dc4a98d6fe78d5d9aa222565e2a69f9
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.16.23
+pkgver=0.16.24
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=('a0464981234670738e0a997b25f34faae0b68134b2c3dab381141010ced140c3')
+sha256sums=('d7eb7e8e3b904e131c48d9e0aec09d3a5dc4a98d6fe78d5d9aa222565e2a69f9')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/3854a357d3d8cd3ac9b77005c9650941565ab37c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/3854a357d3d8cd3ac9b77005c9650941565ab37c
You're receiving this email because of your account on gitlab.archlinux.org.