summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-02-21 21:18:21 +0100
committerOlivier Le Moal2022-02-21 21:18:21 +0100
commitf5c3848e6504d827ece87e8846835edb73eb9857 (patch)
tree4e7ee16a4a9662a085c0cd0fb7a8699272cd9889
parent105b84f063df60144b821dd002dfa0464551c066 (diff)
downloadaur-f5c3848e6504d827ece87e8846835edb73eb9857.tar.gz
Update to 0.27.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2db35ab37787..86f3cae5e654 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.25.0
+ pkgver = 0.27.2
pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/0.25.0/mizu_linux_amd64
- sha256sums = 70e86c8d4bdf2f569827f131454ecd5f7f7526543bc204379be889ae1792205b
+ source = https://github.com/up9inc/mizu/releases/download/0.27.2/mizu_linux_amd64
+ sha256sums = d3801c50ceaee48d4089edfd48b66b3d7c54891b3f682bb45730c355785e1bcc
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index c861fd6c26ef..89cedfb431d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=0.25.0
+pkgver=0.27.2
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=('30ac3de507c4d8533f6a17f1f2a1af6ada2f1872b89f1c5b38eb4ebbd46bc0f2')
+sha256sums=('d3801c50ceaee48d4089edfd48b66b3d7c54891b3f682bb45730c355785e1bcc')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"