summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-12-02 10:23:00 +0000
committerJonathan Wright2022-12-02 10:23:00 +0000
commit56ee3900fb4ddcff179fa72b8a8ecc780b164623 (patch)
tree6b96b5f78cccc5bb2abce5a14dd3efb3428bb867
parent861d48b120fda18c2da55fecb30057fc55ba7591 (diff)
downloadaur-56ee3900fb4ddcff179fa72b8a8ecc780b164623.tar.gz
Bump package to 0.12.11-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e0b509d807a..7221a4eadae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = cilium-cli-bin
pkgdesc = Network, Service & Security Observability for Kubernetes using eBPF
- pkgver = 0.12.10
+ pkgver = 0.12.11
pkgrel = 1
url = https://cilium.io/
arch = x86_64
arch = aarch64
license = Apache
- provides = cilium-cli=0.12.10
+ provides = cilium-cli=0.12.11
conflicts = cilium-cli
options = !strip
- source_x86_64 = cilium-cli-bin-0.12.10-amd64.tar.gz::https://github.com/cilium/cilium-cli/releases/download/v0.12.10/cilium-linux-amd64.tar.gz
- sha256sums_x86_64 = e1286f5442671947ca438ff3f4dc86d9c855dbc0615bfd01424f2bad4707905a
- source_aarch64 = cilium-cli-bin-0.12.10-arm64.tar.gz::https://github.com/cilium/cilium-cli/releases/download/v0.12.10/cilium-linux-arm64.tar.gz
- sha256sums_aarch64 = 508023fe75e709c9e691bd42a93afb9a6fd700ba912ff6222222e8ba841da897
+ source_x86_64 = cilium-cli-bin-0.12.11-amd64.tar.gz::https://github.com/cilium/cilium-cli/releases/download/v0.12.11/cilium-linux-amd64.tar.gz
+ sha256sums_x86_64 = c0dc7e8ee20527bd0bc5fce34f5a9a98119c6da20c1c8ade2b1b5ac9ac85b322
+ source_aarch64 = cilium-cli-bin-0.12.11-arm64.tar.gz::https://github.com/cilium/cilium-cli/releases/download/v0.12.11/cilium-linux-arm64.tar.gz
+ sha256sums_aarch64 = 4911604acb4843d082e084add3df56cf5cfe886189f5ce8ffc5343d11cbf94d2
pkgname = cilium-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02aa461ea95e..061dda84e2e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=cilium-cli-bin
-pkgver=0.12.10
+pkgver=0.12.11
pkgrel=1
pkgdesc='Network, Service & Security Observability for Kubernetes using eBPF'
arch=('x86_64' 'aarch64')
@@ -13,8 +13,8 @@ conflicts=('cilium-cli')
source_x86_64=("${pkgname}-${pkgver}-amd64.tar.gz::https://github.com/cilium/cilium-cli/releases/download/v${pkgver}/cilium-linux-amd64.tar.gz")
source_aarch64=("${pkgname}-${pkgver}-arm64.tar.gz::https://github.com/cilium/cilium-cli/releases/download/v${pkgver}/cilium-linux-arm64.tar.gz")
-sha256sums_x86_64=('e1286f5442671947ca438ff3f4dc86d9c855dbc0615bfd01424f2bad4707905a')
-sha256sums_aarch64=('508023fe75e709c9e691bd42a93afb9a6fd700ba912ff6222222e8ba841da897')
+sha256sums_x86_64=('c0dc7e8ee20527bd0bc5fce34f5a9a98119c6da20c1c8ade2b1b5ac9ac85b322')
+sha256sums_aarch64=('4911604acb4843d082e084add3df56cf5cfe886189f5ce8ffc5343d11cbf94d2')
options=("!strip")
bin=cilium