Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
29438132 by Morten Linderud at 2023-10-29T16:40:27+01:00
upgpkg: 0.15.11-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.10
+ pkgver = 0.15.11
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.15.10.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.15.10.tar.gz
- sha256sums =
6883b57615a990c990ca9974404df49c549c9ca5615be2b0ce257c5b5e861748
+ source =
cilium-cli-0.15.11.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.15.11.tar.gz
+ sha256sums =
4c0021ae152d4ffa107daa30d9828122a8670cfdf95a4a059cc4771dd34e2b2b
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.15.10
+pkgver=0.15.11
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=('6883b57615a990c990ca9974404df49c549c9ca5615be2b0ce257c5b5e861748')
+sha256sums=('4c0021ae152d4ffa107daa30d9828122a8670cfdf95a4a059cc4771dd34e2b2b')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/2943813226d83d505c8d81041d1a0b7abdc3d94b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/2943813226d83d505c8d81041d1a0b7abdc3d94b
You're receiving this email because of your account on gitlab.archlinux.org.