summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney Bouchaud2023-11-22 00:00:11 +0100
committerVianney Bouchaud2023-11-22 00:00:11 +0100
commite668239defbcc06d070fddaa1f2a82e8b5d75b28 (patch)
tree7e89a7008d28a8d57b1d957889461ab6fb61e675
parent33d8e9508c6908683a864af8be8c3bc91a152b46 (diff)
downloadaur-e668239defbcc06d070fddaa1f2a82e8b5d75b28.tar.gz
upgpkg: kubeshark 51.0.38-1
upstream release bumping kubeshark to version v51.0.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 850a8e85b051..744d141f0a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubeshark
pkgdesc = Kubeshark is an API Traffic Analyzer for Kubernetes.
- pkgver = 51.0.37
+ pkgver = 51.0.38
pkgrel = 1
url = https://github.com/kubeshark/kubeshark
arch = x86_64
arch = aarch64
license = apache
makedepends = go
- source = kubeshark-51.0.37.tar.gz::https://github.com/kubeshark/kubeshark/archive/v51.0.37.tar.gz
- sha256sums = 8884aa2753890c305a2b12387917cd53282b02ae03fcc07d2310701f45b7e93f
+ source = kubeshark-51.0.38.tar.gz::https://github.com/kubeshark/kubeshark/archive/v51.0.38.tar.gz
+ sha256sums = c2118778a8580b527a632e70a41e69e99cda3e3c23832989398c9a20de280aa6
pkgname = kubeshark
diff --git a/PKGBUILD b/PKGBUILD
index 9973c113f44a..1367bc5042a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kubeshark
pkgdesc="Kubeshark is an API Traffic Analyzer for Kubernetes."
-pkgver=51.0.37
+pkgver=51.0.38
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/kubeshark/kubeshark"
@@ -56,5 +56,5 @@ package() {
}
sha256sums=(
- 8884aa2753890c305a2b12387917cd53282b02ae03fcc07d2310701f45b7e93f
+ c2118778a8580b527a632e70a41e69e99cda3e3c23832989398c9a20de280aa6
)