summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-04-28 12:15:39 +0200
committerOlivier Le Moal2022-04-28 12:15:39 +0200
commitf46f1feb71652877c051d5ddd52171f95e98a9fc (patch)
tree00871d6a5821e36696aeebd65dd15b7fd82645da
parent8eec5f2d6d9fc2c1c07b1c6a466b6f06193c8971 (diff)
downloadaur-f46f1feb71652877c051d5ddd52171f95e98a9fc.tar.gz
Update to 31.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5754aeb6b19..4680351932d1 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 = 30.4
- pkgrel = 2
+ pkgver = 31.1
+ pkgrel = 1
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
- source = https://github.com/up9inc/mizu/releases/download/30.4/mizu_linux_amd64
+ source = https://github.com/up9inc/mizu/releases/download/31.1/mizu_linux_amd64
sha256sums = e9a72de4bac988f5b48c58422b7400cdd3602dc1bbcbab4561b3f822301e5652
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 319fa7a22363..067622c6968c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=mizu-bin
-pkgver=30.4
-pkgrel=2
+pkgver=31.1
+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=('e9a72de4bac988f5b48c58422b7400cdd3602dc1bbcbab4561b3f822301e5652')
+sha256sums=('a68394593f267d8840204c088133fe7dfbbeaa0f3214644143c6ca7eabbedd84')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"