Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
2327c31e by Morten Linderud at 2024-12-07T14:45:41+01:00
upgpkg: 0.16.21-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.20
+ pkgver = 0.16.21
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.16.20.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.20.tar.gz
- sha256sums =
c6bafc721f171ee1d7f5cf57cc54e5836752306ccfd2ede0e8643deb79b86590
+ source =
cilium-cli-0.16.21.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.21.tar.gz
+ sha256sums =
50cbd5a8632d2255d288eaf1c1f56092a1978c9abd377a2017a98ddd815757e5
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.16.20
+pkgver=0.16.21
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=('c6bafc721f171ee1d7f5cf57cc54e5836752306ccfd2ede0e8643deb79b86590')
+sha256sums=('50cbd5a8632d2255d288eaf1c1f56092a1978c9abd377a2017a98ddd815757e5')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/2327c31e48b3a22107ebb910a6565b070337fdbd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/2327c31e48b3a22107ebb910a6565b070337fdbd
You're receiving this email because of your account on gitlab.archlinux.org.