Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
cilium-cli
Commits:
30b5679b by Morten Linderud at 2024-09-13T23:28:06+02:00
upgpkg: 0.16.16-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.15
+ pkgver = 0.16.16
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
- source =
cilium-cli-0.16.15.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.15.tar.gz
- sha256sums =
2c3da085574d038c5d456425140177d290c36ccb4dcdb2941357b867876aa48a
+ source =
cilium-cli-0.16.16.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.16.tar.gz
+ sha256sums =
2fd62feaffe684f88f5083cf9dbf91df65c0ff4e701c96b05e0b480415588102
pkgname = cilium-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=cilium-cli
-pkgver=0.16.15
+pkgver=0.16.16
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=('2c3da085574d038c5d456425140177d290c36ccb4dcdb2941357b867876aa48a')
+sha256sums=('2fd62feaffe684f88f5083cf9dbf91df65c0ff4e701c96b05e0b480415588102')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/30b5679b3de7cf39efcd5b0680f343dedfab1dda
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/30b5679b3de7cf39efcd5b0680f343dedfab1dda
You're receiving this email because of your account on gitlab.archlinux.org.