summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec94dd67392b..f3bd35ccb648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = hubble-bin
pkgdesc = Network, Service & Security Observability for Kubernetes using eBPF
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://cilium.io/
arch = x86_64
arch = aarch64
license = Apache
- provides = hubble=0.9.0
+ provides = hubble=0.10.0
options = !strip
- source_x86_64 = hubble-bin-0.9.0-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.9.0/hubble-linux-amd64.tar.gz
- sha256sums_x86_64 = 63d62f6ea4b2daedaa08f95fbb95e457b4ee5d00167f4a84af0ba7ca3225924d
- source_aarch64 = hubble-bin-0.9.0-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.9.0/hubble-linux-arm64.tar.gz
- sha256sums_aarch64 = 26aa4c0b5455e76a5dfb47504227552dad750a4fd62f5764c00c26dcc9547f7b
+ source_x86_64 = hubble-bin-0.10.0-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.10.0/hubble-linux-amd64.tar.gz
+ sha256sums_x86_64 = b421b7cfb8a616d8206fcf725a21a0e168b47e7009a74f4070d7e7cced8ccfad
+ source_aarch64 = hubble-bin-0.10.0-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.10.0/hubble-linux-arm64.tar.gz
+ sha256sums_aarch64 = dd7dd0dab8c2234517a4f3b3ad1c65d1675f24dfafc6520b513fd088388a284c
pkgname = hubble-bin
diff --git a/PKGBUILD b/PKGBUILD
index 888875fd7d20..b4128070d809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.9.0
+pkgver=0.10.0
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=('63d62f6ea4b2daedaa08f95fbb95e457b4ee5d00167f4a84af0ba7ca3225924d')
-sha256sums_aarch64=('26aa4c0b5455e76a5dfb47504227552dad750a4fd62f5764c00c26dcc9547f7b')
+sha256sums_x86_64=('b421b7cfb8a616d8206fcf725a21a0e168b47e7009a74f4070d7e7cced8ccfad')
+sha256sums_aarch64=('dd7dd0dab8c2234517a4f3b3ad1c65d1675f24dfafc6520b513fd088388a284c')
options=("!strip")