summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2023-03-30 17:17:59 +0200
committerOlivier Le Moal2023-03-30 17:17:59 +0200
commit6a881c46f9d3d56997292ab602beeac0aab90486 (patch)
tree57f9994725b083189216e4f270807c018cc839e6
parent906522332dea48e8935ea7a72ce43928e8716910 (diff)
downloadaur-6a881c46f9d3d56997292ab602beeac0aab90486.tar.gz
Update to 39.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 013c0ab382c8..1bf441181e53 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 = 38.5
+ pkgver = 39.5
pkgrel = 1
url = https://github.com/kubeshark/kubeshark
arch = x86_64
license = Apache
conflicts = mizu-bin
- source = https://github.com/kubeshark/kubeshark/releases/download/38.5/kubeshark_linux_amd64
- sha256sums = a57785f64ac8353679bb9494d55f1673476d301f2688660df91761468cf0f50e
+ source = https://github.com/kubeshark/kubeshark/releases/download/39.5/kubeshark_linux_amd64
+ sha256sums = 2580796f2d433007f557fafca0b720a8959e2eab15929f80508ecc5e435f5ce0
pkgname = kubeshark-bin
diff --git a/PKGBUILD b/PKGBUILD
index a3d02986bb3d..dd0d692a35bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeshark-bin
-pkgver=38.5
+pkgver=39.5
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=('a57785f64ac8353679bb9494d55f1673476d301f2688660df91761468cf0f50e')
+sha256sums=('2580796f2d433007f557fafca0b720a8959e2eab15929f80508ecc5e435f5ce0')
package() {
install -D -m755 kubeshark_linux_amd64 -T "${pkgdir}/usr/bin/kubeshark"