summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2023-01-11 17:33:54 +0100
committerOlivier Le Moal2023-01-11 17:33:54 +0100
commitc88c6c07db3e7e293a7f97da09f27414099b8cb9 (patch)
treecd4d689b60717aaca1120b3ce889d5216c7d229b
parent0e7433f94ad4845f9d8fe4ee01c7f786f22593f8 (diff)
downloadaur-c88c6c07db3e7e293a7f97da09f27414099b8cb9.tar.gz
Update to 38.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c0233b674e..5f2dfa814c64 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 = 37.0
- pkgrel = 2
+ pkgver = 38.1
+ pkgrel = 1
url = https://github.com/kubeshark/kubeshark
arch = x86_64
license = Apache
conflicts = mizu-bin
- source = https://github.com/kubeshark/kubeshark/releases/download/37.0/kubeshark_linux_amd64
- sha256sums = fb4bf8be97f3be0f67cea9679819f7bfdc66d14bd1683f04affe441d37e29885
+ source = https://github.com/kubeshark/kubeshark/releases/download/38.1/kubeshark_linux_amd64
+ sha256sums = 13816bafdd8192aef9e97e53c64917f26876000eb05ad73d36346db6cc1822fc
pkgname = kubeshark-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e898ba452a5..06f04700c8bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeshark-bin
-pkgver=37.0
-pkgrel=2
+pkgver=38.1
+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')
conflicts=('mizu-bin')
url="https://github.com/kubeshark/kubeshark"
license=('Apache')
source=("https://github.com/kubeshark/kubeshark/releases/download/${pkgver}/kubeshark_linux_amd64")
-sha256sums=('fb4bf8be97f3be0f67cea9679819f7bfdc66d14bd1683f04affe441d37e29885')
+sha256sums=('13816bafdd8192aef9e97e53c64917f26876000eb05ad73d36346db6cc1822fc')
package() {
install -D -m755 kubeshark_linux_amd64 -T "${pkgdir}/usr/bin/kubeshark"