summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e914a4e261..ec78d648fe17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grpcui-bin
pkgdesc = An interactive web UI for gRPC, along the lines of postman (binary release)
- pkgver = 1.3.3
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/fullstorydev/grpcui
arch = i686
@@ -9,13 +9,13 @@ pkgbase = grpcui-bin
license = MIT
provides = grpcui
conflicts = grpcui
- source = README_1.3.3.md::https://raw.githubusercontent.com/fullstorydev/grpcui/v1.3.3/README.md
+ source = README_1.4.1.md::https://raw.githubusercontent.com/fullstorydev/grpcui/v1.4.1/README.md
sha256sums = c1d35813dfcca820165eb7b554b1030edbbdbd91cfd89c486c9fc582d0b86117
- source_i686 = grpcui_1.3.3_i686.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.3/grpcui_1.3.3_linux_x86_32.tar.gz
- sha256sums_i686 = 9ce5352370e874ac58f4cdd2676c605f5a53e873e773f56e51ebe2f30127f9d0
- source_x86_64 = grpcui_1.3.3_x86_64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.3/grpcui_1.3.3_linux_x86_64.tar.gz
- sha256sums_x86_64 = 94d4398fac2138d8a5f2936d82d4678b5fd82400af3f7454a6c7af600a91d86a
- source_aarch64 = grpcui_1.3.3_aarch64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.3.3/grpcui_1.3.3_linux_arm64.tar.gz
- sha256sums_aarch64 = 539f27857a8bc569dc0e4e02728f47853efadce9758d35b3a06a74cf3ef8f6dd
+ source_i686 = grpcui_1.4.1_i686.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.4.1/grpcui_1.4.1_linux_x86_32.tar.gz
+ sha256sums_i686 = 4bd45ba1dea3a72d31937d0ade39745272d1ccdadf0621068ccdf4d5884ec682
+ source_x86_64 = grpcui_1.4.1_x86_64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.4.1/grpcui_1.4.1_linux_x86_64.tar.gz
+ sha256sums_x86_64 = ded39700a417bd7e81260a556047c133fe900f577c3d5ec1a6cbfa2830d7718a
+ source_aarch64 = grpcui_1.4.1_aarch64.tar.gz::https://github.com/fullstorydev/grpcui/releases/download/v1.4.1/grpcui_1.4.1_linux_arm64.tar.gz
+ sha256sums_aarch64 = 4f76490f3479c1d5fffdc49c5b02e6a7acc78f2278a12827a680a2212b40ceeb
pkgname = grpcui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d699813742f..f9ffd2bfcb25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cédric Connes <cedric.connes@gmail.com>
pkgname=grpcui-bin
-pkgver=1.3.3
+pkgver=1.4.1
pkgrel=1
pkgdesc='An interactive web UI for gRPC, along the lines of postman (binary release)'
arch=('i686' 'x86_64' 'aarch64')
@@ -14,9 +14,9 @@ source_i686=("grpcui_${pkgver}_i686.tar.gz::https://github.com/fullstorydev/grpc
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=('c1d35813dfcca820165eb7b554b1030edbbdbd91cfd89c486c9fc582d0b86117')
-sha256sums_i686=('9ce5352370e874ac58f4cdd2676c605f5a53e873e773f56e51ebe2f30127f9d0')
-sha256sums_x86_64=('94d4398fac2138d8a5f2936d82d4678b5fd82400af3f7454a6c7af600a91d86a')
-sha256sums_aarch64=('539f27857a8bc569dc0e4e02728f47853efadce9758d35b3a06a74cf3ef8f6dd')
+sha256sums_i686=('4bd45ba1dea3a72d31937d0ade39745272d1ccdadf0621068ccdf4d5884ec682')
+sha256sums_x86_64=('ded39700a417bd7e81260a556047c133fe900f577c3d5ec1a6cbfa2830d7718a')
+sha256sums_aarch64=('4f76490f3479c1d5fffdc49c5b02e6a7acc78f2278a12827a680a2212b40ceeb')
package() {
install -Dm755 grpcui "$pkgdir"/usr/bin/grpcui