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