summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-11-24 12:05:23 +0100
committerOlivier Le Moal2022-11-24 12:05:23 +0100
commitf60a20704331711bc5e9e449f791651c4577b1cb (patch)
tree511e5a176cee47fa8e33865030b0084346a4bf65
parent14b7490709e8eb7eb1786669d8a8368de2af28d8 (diff)
downloadaur-f60a20704331711bc5e9e449f791651c4577b1cb.tar.gz
Rename to kubeshark, update to 37.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd423e91f44b..b6b8fed57165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
-pkgbase = mizu-bin
+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 = 36.0
+ pkgver = 37.0
pkgrel = 1
- url = https://github.com/up9inc/mizu
+ url = https://github.com/kubeshark/kubeshark
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/36.0/mizu_linux_amd64
- sha256sums = 442989c7c635f7a90396e06a7a1139e28b5b649cc9c82b44fede148f1ff225c1
+ source = https://github.com/kubeshark/kubeshark/releases/download/37.0/kubeshark_linux_amd64
+ sha256sums = fb4bf8be97f3be0f67cea9679819f7bfdc66d14bd1683f04affe441d37e29885
-pkgname = mizu-bin
+pkgname = kubeshark-bin
diff --git a/PKGBUILD b/PKGBUILD
index d36620ede624..17132083a0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
-pkgname=mizu-bin
-pkgver=36.0
+pkgname=kubeshark-bin
+pkgver=37.0
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')
-url="https://github.com/up9inc/mizu"
+url="https://github.com/kubeshark/kubeshark"
license=('Apache')
-source=("https://github.com/up9inc/mizu/releases/download/${pkgver}/mizu_linux_amd64")
-sha256sums=('442989c7c635f7a90396e06a7a1139e28b5b649cc9c82b44fede148f1ff225c1')
+source=("https://github.com/kubeshark/kubeshark/releases/download/${pkgver}/kubeshark_linux_amd64")
+sha256sums=('fb4bf8be97f3be0f67cea9679819f7bfdc66d14bd1683f04affe441d37e29885')
package() {
- install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"
+ install -D -m755 kubeshark_linux_amd64 -T "${pkgdir}/usr/bin/kubeshark"
}