summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-01-18 13:04:34 +0100
committerOlivier Le Moal2022-01-18 13:04:34 +0100
commit8188caf69a03246d2d1a3c6b1d341afa10993f12 (patch)
tree1e22870378798e6fe52ed35a9d023f425632229a
parent1a111631ebb24e2015e0b6a939c32dbc4f242026 (diff)
downloadaur-8188caf69a03246d2d1a3c6b1d341afa10993f12.tar.gz
Update to 0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3dc849ce558..29b7d2b55434 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 = 0.18.3
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/0.18.3/mizu_linux_amd64
- sha256sums = d3801c50ceaee48d4089edfd48b66b3d7c54891b3f682bb45730c355785e1bcc
+ source = https://github.com/up9inc/mizu/releases/download/0.22.0/mizu_linux_amd64
+ sha256sums = 70e86c8d4bdf2f569827f131454ecd5f7f7526543bc204379be889ae1792205b
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index f95ae1ee807b..90c0e38a3fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=0.18.3
+pkgver=0.22.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=('d3801c50ceaee48d4089edfd48b66b3d7c54891b3f682bb45730c355785e1bcc')
+sha256sums=('70e86c8d4bdf2f569827f131454ecd5f7f7526543bc204379be889ae1792205b')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"