summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2021-08-24 10:39:39 +0100
committerJonathan Wright2021-08-24 10:39:39 +0100
commit5f39f092f76b0158486ae4933581edb0de018c55 (patch)
treeff3ba0b07918851723717e6133872d8942f2642f /PKGBUILD
parentdecd4093b603af1c501484bcbf1b641c35fd2752 (diff)
downloadaur-5f39f092f76b0158486ae4933581edb0de018c55.tar.gz
Bump package to 0.8.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e67ef11c46f..154a46b669c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc='Network, Service & Security Observability for Kubernetes using eBPF'
arch=('x86_64' 'aarch64')
url='https://cilium.io/'
@@ -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=('65a0835c27dcd43eda155ea53098962e87522245315f77f9e8aa9a0f9f75187d')
-sha256sums_aarch64=('82cf90dbb440456e774fdca9764a62623173c3d181f5c538605cdcf18d1cd3bf')
+sha256sums_x86_64=('919ed7e2af1bf2335c6967b34ba3fac406a4948f9b54ebcace96ebc3a16fc9d0')
+sha256sums_aarch64=('662a5a5f5e21f494e683c1acab28aa1460ff3fd0ac26a9473ba3c84125f08145')
options=("!strip")