summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Connes2023-05-12 20:13:12 +0200
committerCédric Connes2023-05-12 20:13:12 +0200
commitc14a3066fa547837c862854e3cc6e15331b32ea7 (patch)
tree5a2e05a4bba8cd30ed39e72e089836a0980b692a
parent5a5e44c9fc31f6b537f88c7db5193a6584eebd75 (diff)
downloadaur-c14a3066fa547837c862854e3cc6e15331b32ea7.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD12
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7484454ecd65..643cbbc18b25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grpcui-bin
pkgdesc = An interactive web UI for gRPC, along the lines of postman (binary release)
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/fullstorydev/grpcui
arch = i686
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = grpcui-bin
license = MIT
provides = grpcui
conflicts = grpcui
- source = README_1.3.0.md::https://raw.githubusercontent.com/fullstorydev/grpcui/v1.3.0/README.md
- sha256sums = 7b4a32609bdcd0064be15d8e99b5cd13a2867f6665b196ed56e7a3f759775a84
- source_i686 = grpcui_1.3.0_i686.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.0/grpcui_1.3.0_linux_x86_32.tar.gz
- sha256sums_i686 = 0d570326b95305414aaf841a8793f23c2236930b4db7c6121d26bfd2a75da6f2
- source_x86_64 = grpcui_1.3.0_x86_64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.0/grpcui_1.3.0_linux_x86_64.tar.gz
- sha256sums_x86_64 = 9a7ebe31b89d585a80971f3795b3a8ada9345499c5f987a5a24d02368c314fae
- source_aarch64 = grpcui_1.3.0_aarch64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.0/grpcui_1.3.0_linux_arm64.tar.gz
- sha256sums_aarch64 = 1c55cca265a29bc9825c3c4a10e882bbfa9c56795b0674be7a8fce8d3ce2f6ed
+ source = README_1.3.1.md::https://raw.githubusercontent.com/fullstorydev/grpcui/v1.3.1/README.md
+ sha256sums = cd3152f59679286989868818dc3842a0412fc313459b18f738833b534a655439
+ source_i686 = grpcui_1.3.1_i686.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.1/grpcui_1.3.1_linux_x86_32.tar.gz
+ sha256sums_i686 = a64a3bed921d325eea88e7c7b81566fadbd99ebb853e090b02340ecd7a795d4f
+ source_x86_64 = grpcui_1.3.1_x86_64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.1/grpcui_1.3.1_linux_x86_64.tar.gz
+ sha256sums_x86_64 = be6a4b3d0423dd20d1540e30343337bc640ec276098218913479948a93b3d7f1
+ source_aarch64 = grpcui_1.3.1_aarch64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.1/grpcui_1.3.1_linux_arm64.tar.gz
+ sha256sums_aarch64 = 4d2dd6edaa1c52fb0d23183b013772e28ccaf5ec5cae2e12b79239bde9c94962
pkgname = grpcui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7dc7e2de5acb..af839e0e49da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Cédric Connes <cedric.connes@gmail.com>
pkgname=grpcui-bin
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc='An interactive web UI for gRPC, along the lines of postman (binary release)'
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/fullstorydev/grpcui"
@@ -13,10 +13,10 @@ source=("README_$pkgver.md::https://raw.githubusercontent.com/fullstorydev/grpcu
source_i686=("grpcui_${pkgver}_i686.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v$pkgver/grpcui_${pkgver}_linux_x86_32.tar.gz")
source_x86_64=("grpcui_${pkgver}_x86_64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v$pkgver/grpcui_${pkgver}_linux_x86_64.tar.gz")
source_aarch64=("grpcui_${pkgver}_aarch64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v$pkgver/grpcui_${pkgver}_linux_arm64.tar.gz")
-sha256sums=('7b4a32609bdcd0064be15d8e99b5cd13a2867f6665b196ed56e7a3f759775a84')
-sha256sums_i686=('0d570326b95305414aaf841a8793f23c2236930b4db7c6121d26bfd2a75da6f2')
-sha256sums_x86_64=('9a7ebe31b89d585a80971f3795b3a8ada9345499c5f987a5a24d02368c314fae')
-sha256sums_aarch64=('1c55cca265a29bc9825c3c4a10e882bbfa9c56795b0674be7a8fce8d3ce2f6ed')
+sha256sums=('cd3152f59679286989868818dc3842a0412fc313459b18f738833b534a655439')
+sha256sums_i686=('a64a3bed921d325eea88e7c7b81566fadbd99ebb853e090b02340ecd7a795d4f')
+sha256sums_x86_64=('be6a4b3d0423dd20d1540e30343337bc640ec276098218913479948a93b3d7f1')
+sha256sums_aarch64=('4d2dd6edaa1c52fb0d23183b013772e28ccaf5ec5cae2e12b79239bde9c94962')
package() {
install -Dm755 grpcui "$pkgdir"/usr/bin/grpcui