summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-04-01 13:17:35 +0200
committerOlivier Le Moal2022-04-01 13:17:35 +0200
commit8eec5f2d6d9fc2c1c07b1c6a466b6f06193c8971 (patch)
treeb54e610c3d37690ee79f855f7b6332e6a1e18054
parent81bb80d5930a5c26cb893a2b7e1a117b88367ee9 (diff)
downloadaur-8eec5f2d6d9fc2c1c07b1c6a466b6f06193c8971.tar.gz
Update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48833c901178..c5754aeb6b19 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 = 1
+ pkgrel = 2
url = https://github.com/up9inc/mizu
arch = x86_64
license = Apache
source = https://github.com/up9inc/mizu/releases/download/30.4/mizu_linux_amd64
- sha256sums = e10daa9206e9b9748bebc654ef31292a481262f84804b5e5dadc04fafc0ec0c0
+ sha256sums = e9a72de4bac988f5b48c58422b7400cdd3602dc1bbcbab4561b3f822301e5652
pkgname = mizu-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9401686c4b46..319fa7a22363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mizu-bin
pkgver=30.4
-pkgrel=1
+pkgrel=2
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=('e10daa9206e9b9748bebc654ef31292a481262f84804b5e5dadc04fafc0ec0c0')
+sha256sums=('e9a72de4bac988f5b48c58422b7400cdd3602dc1bbcbab4561b3f822301e5652')
package() {
install -D -m755 mizu_linux_amd64 -T "${pkgdir}/usr/bin/mizu"