summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2023-07-06 15:06:49 +0200
committerOlivier Le Moal2023-07-06 15:06:49 +0200
commitf4f783e5cee0e769b9127e3536c0c32ec7637a43 (patch)
tree3a9bd0d784b896faa2fc24c7ee854010b5737bdb
parent6a881c46f9d3d56997292ab602beeac0aab90486 (diff)
downloadaur-f4f783e5cee0e769b9127e3536c0c32ec7637a43.tar.gz
Update to 41.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bf441181e53..38ac7b8ed085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kubeshark-bin
pkgdesc = A simple-yet-powerful API traffic viewer for Kubernetes enabling you to view all API communication between microservices to help your debug and troubleshoot regressions.
- pkgver = 39.5
+ pkgver = 41.3
pkgrel = 1
url = https://github.com/kubeshark/kubeshark
arch = x86_64
license = Apache
conflicts = mizu-bin
- source = https://github.com/kubeshark/kubeshark/releases/download/39.5/kubeshark_linux_amd64
- sha256sums = 2580796f2d433007f557fafca0b720a8959e2eab15929f80508ecc5e435f5ce0
+ source = https://github.com/kubeshark/kubeshark/releases/download/41.3/kubeshark_linux_amd64
+ sha256sums = 9f93bdd3779c8c809e5614f859c3f7e3c122101322f503b45551762905796526
pkgname = kubeshark-bin
diff --git a/PKGBUILD b/PKGBUILD
index dd0d692a35bc..cb6bfd5c486e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeshark-bin
-pkgver=39.5
+pkgver=41.3
pkgrel=1
pkgdesc="A simple-yet-powerful API traffic viewer for Kubernetes enabling you to view all API communication between microservices to help your debug and troubleshoot regressions."
arch=('x86_64')
@@ -9,7 +9,7 @@ conflicts=('mizu-bin')
url="https://github.com/kubeshark/kubeshark"
license=('Apache')
source=("https://github.com/kubeshark/kubeshark/releases/download/${pkgver}/kubeshark_linux_amd64")
-sha256sums=('2580796f2d433007f557fafca0b720a8959e2eab15929f80508ecc5e435f5ce0')
+sha256sums=('9f93bdd3779c8c809e5614f859c3f7e3c122101322f503b45551762905796526')
package() {
install -D -m755 kubeshark_linux_amd64 -T "${pkgdir}/usr/bin/kubeshark"