Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
36c13f64 by Morten Linderud at 2026-02-22T22:51:27+01:00
upgpkg: 0.19.1-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.19.0
+ pkgver = 0.19.1
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
- source =
cilium-cli-0.19.0.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.19.0.tar.gz
- sha256sums =
48c8bca204d62b9a6a1e8dc13770128e897c21301a2bb88b3b4abf2f2503b9fc
+ source =
cilium-cli-0.19.1.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.19.1.tar.gz
+ sha256sums =
ff611f8a2347b768c7dd8955839b55f07d165d8d2dbf642309842fbf812b3ea9
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.19.0
+pkgver=0.19.1
pkgrel=1
pkgdesc="install, manage & troubleshoot Kubernetes clusters running Cilium"
arch=("x86_64")
@@ -10,7 +10,7 @@ license=("Apache-2.0")
depends=("glibc")
makedepends=("go")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('48c8bca204d62b9a6a1e8dc13770128e897c21301a2bb88b3b4abf2f2503b9fc')
+sha256sums=('ff611f8a2347b768c7dd8955839b55f07d165d8d2dbf642309842fbf812b3ea9')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/36c13f64461dab55b3f6c74c1ee3708f3ae4a9e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/36c13f64461dab55b3f6c74c1ee3708f3ae4a9e4
You're receiving this email because of your account on gitlab.archlinux.org.