summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2021-10-30 22:41:01 +0200
committerOlivier Le Moal2021-10-30 22:41:01 +0200
commita222559c9eff42487d3a63ed80f8b38bf47407a3 (patch)
tree57ed702172849d255f262ef96dd995b0a51ee29e
parent6b109a5b7979355c33f8e045c21e40926c4fa311 (diff)
downloadaur-a222559c9eff42487d3a63ed80f8b38bf47407a3.tar.gz
Update to 0.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ce94200fecd..e6a06e05fb3c 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.17.2
- pkgrel = 2
+ pkgver = 0.18.0
+ pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/0.17.2/mizu_linux_amd64
- sha256sums = d9aa21a16f06487ec9c2607e1bdb26f5249e11c9c740cc0c9a43bb6f8d3abb60
+ source = https://github.com/up9inc/mizu/releases/download/0.18.0/mizu_linux_amd64
+ sha256sums = 2a2d6398b50d3addd8c7ca08123d27fda298be0567ad83ff7fd0544f356d4c68
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index c24721183328..a69d798b7ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=0.17.2
-pkgrel=2
+pkgver=0.18.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=('d9aa21a16f06487ec9c2607e1bdb26f5249e11c9c740cc0c9a43bb6f8d3abb60')
+sha256sums=('2a2d6398b50d3addd8c7ca08123d27fda298be0567ad83ff7fd0544f356d4c68')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"