summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2024-01-15 13:39:11 +0000
committerJonathan Wright2024-01-15 13:39:11 +0000
commit8d11cc84056e6e0c2fec63038df30f6ba81d4c0b (patch)
treeff52c5463c824e58b62bbbdb88b6e5bfc31b764d
parent0ed77c63e0104f3b2f9169489274b86025376269 (diff)
downloadaur-8d11cc84056e6e0c2fec63038df30f6ba81d4c0b.tar.gz
Bump package to 0.13.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f9974e6901f..111e3a4d62a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = hubble-bin
pkgdesc = Network, Service & Security Observability for Kubernetes using eBPF
- pkgver = 0.12.3
+ pkgver = 0.13.0
pkgrel = 1
url = https://cilium.io/
arch = x86_64
arch = aarch64
license = Apache
- provides = hubble=0.12.3
+ provides = hubble=0.13.0
options = !strip
- source_x86_64 = hubble-bin-0.12.3-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.12.3/hubble-linux-amd64.tar.gz
- sha256sums_x86_64 = f87b0ce1b0264d9a6218609e7df20003e0667d3183ae6d4a77a702bb14f19b63
- source_aarch64 = hubble-bin-0.12.3-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.12.3/hubble-linux-arm64.tar.gz
- sha256sums_aarch64 = 2d1491cdaf594f0bd0d45d70d815c2526e379d47e40274650474dbd27c192e06
+ source_x86_64 = hubble-bin-0.13.0-amd64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.13.0/hubble-linux-amd64.tar.gz
+ sha256sums_x86_64 = 33d06c144ab39b3966d815f9bf2474c331fc32b1ee52d1c2f559f0443dcdfc9a
+ source_aarch64 = hubble-bin-0.13.0-arm64.tar.gz::https://github.com/cilium/hubble/releases/download/v0.13.0/hubble-linux-arm64.tar.gz
+ sha256sums_aarch64 = 1c4a2d2acec14d3d1d52e51b1723608d7dfd54dc77d483be71e7774c9f870ec8
pkgname = hubble-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5896a3b9cdb7..f7b2a0817dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=hubble-bin
-pkgver=0.12.3
+pkgver=0.13.0
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=('f87b0ce1b0264d9a6218609e7df20003e0667d3183ae6d4a77a702bb14f19b63')
-sha256sums_aarch64=('2d1491cdaf594f0bd0d45d70d815c2526e379d47e40274650474dbd27c192e06')
+sha256sums_x86_64=('33d06c144ab39b3966d815f9bf2474c331fc32b1ee52d1c2f559f0443dcdfc9a')
+sha256sums_aarch64=('1c4a2d2acec14d3d1d52e51b1723608d7dfd54dc77d483be71e7774c9f870ec8')
options=("!strip")