summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2021-11-01 13:53:02 +0100
committerOlivier Le Moal2021-11-01 13:53:02 +0100
commit1a111631ebb24e2015e0b6a939c32dbc4f242026 (patch)
treeaccf0251d187c9e097a9437a421d1e8c665f6190
parenta222559c9eff42487d3a63ed80f8b38bf47407a3 (diff)
downloadaur-1a111631ebb24e2015e0b6a939c32dbc4f242026.tar.gz
Update to 0.18.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a06e05fb3c..f3dc849ce558 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.0
+ pkgver = 0.18.3
pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/0.18.0/mizu_linux_amd64
- sha256sums = 2a2d6398b50d3addd8c7ca08123d27fda298be0567ad83ff7fd0544f356d4c68
+ source = https://github.com/up9inc/mizu/releases/download/0.18.3/mizu_linux_amd64
+ sha256sums = d3801c50ceaee48d4089edfd48b66b3d7c54891b3f682bb45730c355785e1bcc
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index a69d798b7ae2..f95ae1ee807b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=0.18.0
+pkgver=0.18.3
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=('2a2d6398b50d3addd8c7ca08123d27fda298be0567ad83ff7fd0544f356d4c68')
+sha256sums=('d3801c50ceaee48d4089edfd48b66b3d7c54891b3f682bb45730c355785e1bcc')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"