summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-02-03 11:49:54 +0100
committerOlivier Le Moal2022-02-03 11:49:54 +0100
commit105b84f063df60144b821dd002dfa0464551c066 (patch)
tree3fc422ef6cb1f99dd5186e0b265aae59f76314d9
parent8188caf69a03246d2d1a3c6b1d341afa10993f12 (diff)
downloadaur-105b84f063df60144b821dd002dfa0464551c066.tar.gz
Update to 0.25.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29b7d2b55434..2db35ab37787 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.22.0
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/0.22.0/mizu_linux_amd64
+ source = https://github.com/up9inc/mizu/releases/download/0.25.0/mizu_linux_amd64
sha256sums = 70e86c8d4bdf2f569827f131454ecd5f7f7526543bc204379be889ae1792205b
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 90c0e38a3fd0..c861fd6c26ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=0.22.0
+pkgver=0.25.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=('70e86c8d4bdf2f569827f131454ecd5f7f7526543bc204379be889ae1792205b')
+sha256sums=('30ac3de507c4d8533f6a17f1f2a1af6ada2f1872b89f1c5b38eb4ebbd46bc0f2')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"