Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
0a040230 by Morten Linderud at 2023-08-28T18:21:28+02:00
upgpkg: 0.15.6-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.5
+ pkgver = 0.15.6
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.15.5.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.15.5.tar.gz
- sha256sums =
80173ee60c8860dac67865952b0b74d00e7f5ae2786193ac4e531a58ef58c1af
+ source =
cilium-cli-0.15.6.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.15.6.tar.gz
+ sha256sums =
8f11349a2d817e68cfc40b6dbcc879f3c320f022762730234097d1a313c0fbb4
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.15.5
+pkgver=0.15.6
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=('80173ee60c8860dac67865952b0b74d00e7f5ae2786193ac4e531a58ef58c1af')
+sha256sums=('8f11349a2d817e68cfc40b6dbcc879f3c320f022762730234097d1a313c0fbb4')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/0a040230bcfe1b429f739c159380007f4c76e890
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/0a040230bcfe1b429f739c159380007f4c76e890
You're receiving this email because of your account on gitlab.archlinux.org.