summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2024-04-18 11:13:16 +0100
committerJonathan Wright2024-04-18 11:13:16 +0100
commit8b9c87b7156f22da1b5800d0442fffc10f67cde5 (patch)
tree35aceebc05b85650a5e7bc617dd4d7ba40be3e0f /PKGBUILD
parentae90864530647b291ece5332f8efea223823b290 (diff)
downloadaur-hubble-bin.tar.gz
Bump package to 0.13.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c13756d24a31..7b1ab59b98ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.13.2
+pkgver=0.13.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=('d4872683bc2da5d1175b544452845c56be169c8fef0768d9bd5d710add64bd6b')
-sha256sums_aarch64=('0eb69c778e6d64f5587ed5151ebf8d2e85bee23ae4a26282cccc6a97af3f8ad3')
+sha256sums_x86_64=('864a6d296dd0662e389076929f1fb82a487fee3f0842c3394c3a88887e8c0cf4')
+sha256sums_aarch64=('b696707b4f6abd1b0d4bccedc6246434315a9bbe92633e43fe03c20d66be114f')
options=("!strip")