summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-09-06 22:58:22 +0200
committerOlivier Le Moal2022-09-06 22:58:22 +0200
commit14b7490709e8eb7eb1786669d8a8368de2af28d8 (patch)
tree49f9bf01cfbcc53960026bffeee1ed76dee41363
parente9e3fea5ab8cb609399630698b47fdd0abed733e (diff)
downloadaur-14b7490709e8eb7eb1786669d8a8368de2af28d8.tar.gz
Update to 36.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85ae38d4cd01..dd423e91f44b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mizu-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 = 32.0
+ pkgver = 36.0
pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/32.0/mizu_linux_amd64
- sha256sums = e917fb021ea04e8a132c659898ace0f1e0ee512b725df45b9606f9f4de0ed338
+ source = https://github.com/up9inc/mizu/releases/download/36.0/mizu_linux_amd64
+ sha256sums = 442989c7c635f7a90396e06a7a1139e28b5b649cc9c82b44fede148f1ff225c1
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index ddf0f032bb99..d36620ede624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=32.0
+pkgver=36.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"
license=('Apache')
source=("https://github.com/up9inc/mizu/releases/download/${pkgver}/mizu_linux_amd64")
-sha256sums=('e917fb021ea04e8a132c659898ace0f1e0ee512b725df45b9606f9f4de0ed338')
+sha256sums=('442989c7c635f7a90396e06a7a1139e28b5b649cc9c82b44fede148f1ff225c1')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"