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