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