summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-05-25 18:37:12 +0200
committerOlivier Le Moal2022-05-25 18:37:12 +0200
commite9e3fea5ab8cb609399630698b47fdd0abed733e (patch)
treee44838b2b4a0c775e33f04027dfb482034e1e71d
parentf46f1feb71652877c051d5ddd52171f95e98a9fc (diff)
downloadaur-e9e3fea5ab8cb609399630698b47fdd0abed733e.tar.gz
Update to 32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4680351932d1..85ae38d4cd01 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 = 31.1
+ pkgver = 32.0
pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/31.1/mizu_linux_amd64
- sha256sums = e9a72de4bac988f5b48c58422b7400cdd3602dc1bbcbab4561b3f822301e5652
+ source = https://github.com/up9inc/mizu/releases/download/32.0/mizu_linux_amd64
+ sha256sums = e917fb021ea04e8a132c659898ace0f1e0ee512b725df45b9606f9f4de0ed338
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 067622c6968c..ddf0f032bb99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=31.1
+pkgver=32.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=('a68394593f267d8840204c088133fe7dfbbeaa0f3214644143c6ca7eabbedd84')
+sha256sums=('e917fb021ea04e8a132c659898ace0f1e0ee512b725df45b9606f9f4de0ed338')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"