Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
a3e82881 by Morten Linderud at 2024-02-06T20:00:13+01:00
upgpkg: 0.15.22-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.15.20
+ pkgver = 0.15.22
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.15.20.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.15.20.tar.gz
- sha256sums =
75853e3fd1ed0d060cebb1f13becae61d848dcf6f6122c6aeaf561cee62fc382
+ source =
cilium-cli-0.15.22.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.15.22.tar.gz
+ sha256sums =
e6bd80d865cbe0bb17ef08bb26e2b3bf223350edbb35f3e5d30b543baf22a6b9
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.15.20
+pkgver=0.15.22
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=('75853e3fd1ed0d060cebb1f13becae61d848dcf6f6122c6aeaf561cee62fc382')
+sha256sums=('e6bd80d865cbe0bb17ef08bb26e2b3bf223350edbb35f3e5d30b543baf22a6b9')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/a3e82881df6ec2620171de99405f4909896d2c1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/a3e82881df6ec2620171de99405f4909896d2c1d
You're receiving this email because of your account on gitlab.archlinux.org.