summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2023-12-08 16:29:10 +0000
committerJonathan Wright2023-12-08 16:29:10 +0000
commit0ed77c63e0104f3b2f9169489274b86025376269 (patch)
treea665633df4dede92fe910710acc0c8d49269eab3 /PKGBUILD
parent71a2228f486c7236e6bc711b8ad49fb381769536 (diff)
downloadaur-0ed77c63e0104f3b2f9169489274b86025376269.tar.gz
Bump package to 0.12.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2d72abb31da..5896a3b9cdb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.11.6
+pkgver=0.12.3
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=('2d2768574351a85770088c9239214cf50cb42461979f116ef20f985eb943b05a')
-sha256sums_aarch64=('6c74e702638533ae835110be59d303ee74d4a19498bdb83ad488025684276ffe')
+sha256sums_x86_64=('f87b0ce1b0264d9a6218609e7df20003e0667d3183ae6d4a77a702bb14f19b63')
+sha256sums_aarch64=('2d1491cdaf594f0bd0d45d70d815c2526e379d47e40274650474dbd27c192e06')
options=("!strip")