summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2023-01-24 19:26:02 +0000
committerJonathan Wright2023-01-24 19:26:02 +0000
commitee9369d81e3a4fc9dcacf283ac2d26f2f2ffdab9 (patch)
tree9cf27e14055a3af502ff7cf1462ea7806057c026
parentc9f4f8178a542974280580aff28ba9c6b977c998 (diff)
downloadaur-ee9369d81e3a4fc9dcacf283ac2d26f2f2ffdab9.tar.gz
Bump package to 0.11.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3bd35ccb648..16658a1a32ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = hubble-bin
pkgdesc = Network, Service & Security Observability for Kubernetes using eBPF
- pkgver = 0.10.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://cilium.io/
arch = x86_64
arch = aarch64
license = Apache
- provides = hubble=0.10.0
+ provides = hubble=0.11.1
options = !strip
- 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
+ source_x86_64 = hubble-bin-0.11.1-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.11.1/hubble-linux-amd64.tar.gz
+ sha256sums_x86_64 = 80dc54aaef4314de8ad64f5a95ae4d9067542defd69edd6a95574610a5c379bd
+ source_aarch64 = hubble-bin-0.11.1-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.11.1/hubble-linux-arm64.tar.gz
+ sha256sums_aarch64 = 170c77a14099b636f162b12b6e63400648bf06e27aba973d3f511dcada84753e
pkgname = hubble-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4128070d809..677d109ec7fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.10.0
+pkgver=0.11.1
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=('b421b7cfb8a616d8206fcf725a21a0e168b47e7009a74f4070d7e7cced8ccfad')
-sha256sums_aarch64=('dd7dd0dab8c2234517a4f3b3ad1c65d1675f24dfafc6520b513fd088388a284c')
+sha256sums_x86_64=('80dc54aaef4314de8ad64f5a95ae4d9067542defd69edd6a95574610a5c379bd')
+sha256sums_aarch64=('170c77a14099b636f162b12b6e63400648bf06e27aba973d3f511dcada84753e')
options=("!strip")