summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2023-06-08 16:12:13 +0100
committerJonathan Wright2023-06-08 16:12:13 +0100
commit71a2228f486c7236e6bc711b8ad49fb381769536 (patch)
treee29b84d5fabf75f77021dd3226096dc2fa84d645
parent0a5e7e7d98718c7506fbb40ae96c08ac6bbe04cb (diff)
downloadaur-71a2228f486c7236e6bc711b8ad49fb381769536.tar.gz
Bump package to 0.11.6-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0ec8606ed1..89ae9356fe84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = hubble-bin
pkgdesc = Network, Service & Security Observability for Kubernetes using eBPF
- pkgver = 0.11.5
+ pkgver = 0.11.6
pkgrel = 1
url = https://cilium.io/
arch = x86_64
arch = aarch64
license = Apache
- provides = hubble=0.11.5
+ provides = hubble=0.11.6
options = !strip
- source_x86_64 = hubble-bin-0.11.5-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.11.5/hubble-linux-amd64.tar.gz
- sha256sums_x86_64 = fe369ef1c474f918064603dda8d78fd8550b0f67661f219ae9167a13cd156b2a
- source_aarch64 = hubble-bin-0.11.5-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.11.5/hubble-linux-arm64.tar.gz
- sha256sums_aarch64 = a02dcc2cccaadf795b69a6435f0169b1e1e52c7a8089c00a9f772fd37855873f
+ source_x86_64 = hubble-bin-0.11.6-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.11.6/hubble-linux-amd64.tar.gz
+ sha256sums_x86_64 = 2d2768574351a85770088c9239214cf50cb42461979f116ef20f985eb943b05a
+ source_aarch64 = hubble-bin-0.11.6-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.11.6/hubble-linux-arm64.tar.gz
+ sha256sums_aarch64 = 6c74e702638533ae835110be59d303ee74d4a19498bdb83ad488025684276ffe
pkgname = hubble-bin
diff --git a/PKGBUILD b/PKGBUILD
index ba7cab4f7a05..f2d72abb31da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.11.5
+pkgver=0.11.6
pkgrel=1
pkgdesc='Network, Service & Security Observability for Kubernetes using eBPF'
arch=('x86_64' 'aarch64')
@@ -13,8 +13,8 @@ conflicts=()
source_x86_64=("${pkgname}-${pkgver}-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v${pkgver}/hubble-linux-amd64.tar.gz")
source_aarch64=("${pkgname}-${pkgver}-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v${pkgver}/hubble-linux-arm64.tar.gz")
-sha256sums_x86_64=('fe369ef1c474f918064603dda8d78fd8550b0f67661f219ae9167a13cd156b2a')
-sha256sums_aarch64=('a02dcc2cccaadf795b69a6435f0169b1e1e52c7a8089c00a9f772fd37855873f')
+sha256sums_x86_64=('2d2768574351a85770088c9239214cf50cb42461979f116ef20f985eb943b05a')
+sha256sums_aarch64=('6c74e702638533ae835110be59d303ee74d4a19498bdb83ad488025684276ffe')
options=("!strip")