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