Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
860cce49 by Morten Linderud at 2024-10-20T21:01:39+02:00
upgpkg: 0.16.19-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.16
+ pkgver = 0.16.19
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.16.16.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.16.tar.gz
- sha256sums =
2fd62feaffe684f88f5083cf9dbf91df65c0ff4e701c96b05e0b480415588102
+ source =
cilium-cli-0.16.19.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.19.tar.gz
+ sha256sums =
e16441d7f6371eb31290111b23e74947c5569501d30b2299009510c3f1ad8a6f
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.16.16
+pkgver=0.16.19
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=('2fd62feaffe684f88f5083cf9dbf91df65c0ff4e701c96b05e0b480415588102')
+sha256sums=('e16441d7f6371eb31290111b23e74947c5569501d30b2299009510c3f1ad8a6f')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/860cce49ad146af3b0c776d2d831e3ad6ecf086e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/860cce49ad146af3b0c776d2d831e3ad6ecf086e
You're receiving this email because of your account on gitlab.archlinux.org.