summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkXuan2022-10-29 17:05:02 +0800
committerkXuan2022-10-29 17:05:02 +0800
commit9dfb0fdcdb12df7cf77ba5b2b97e99aad04e80ad (patch)
tree9a292424e650f0f5882f124207bc95121d965552
parentf165fa90d1e5185ea4a40703879edbf2f1a18b8a (diff)
downloadaur-9dfb0fdcdb12df7cf77ba5b2b97e99aad04e80ad.tar.gz
bump to 1.4.2
Signed-off-by: kXuan <kxuanobj@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 614d9166c818..6645b118d6b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = protoc-gen-grpc-web
pkgdesc = Protobuf gRPC compiler for Web Clients
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 0
url = https://github.com/grpc/grpc-web
arch = x86_64
license = Apache2
depends = protobuf>=3
- source = https://github.com/grpc/grpc-web/archive/1.4.1.tar.gz
- sha512sums = 55d2f9647dfd7672486dcb128ce26bf429e29616d7efdc3ab412cf315d089abbc12004fae247912d123ccb3d18a2f71edf783ac334fea1a817787d878a7966f3
+ source = https://github.com/grpc/grpc-web/archive/1.4.2.tar.gz
+ sha512sums = 7b2ddc7ae9e60ded0f137a16a7bb2ec97a8473e4c946339f8a2cd69a594cbf1f1b9767a0e3e5ae1ed789809b50a944251098a15468bf858be22e5360624f5b0f
pkgname = protoc-gen-grpc-web
diff --git a/PKGBUILD b/PKGBUILD
index 2a35940ee8f3..32bed6ea216a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kXuan <kxuanobj at gmail dot com>
pkgname=protoc-gen-grpc-web
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=0
pkgdesc='Protobuf gRPC compiler for Web Clients'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/grpc/grpc-web'
license=('Apache2')
depends=('protobuf>=3')
source=("https://github.com/grpc/grpc-web/archive/${pkgver}.tar.gz")
-sha512sums=('55d2f9647dfd7672486dcb128ce26bf429e29616d7efdc3ab412cf315d089abbc12004fae247912d123ccb3d18a2f71edf783ac334fea1a817787d878a7966f3')
+sha512sums=('7b2ddc7ae9e60ded0f137a16a7bb2ec97a8473e4c946339f8a2cd69a594cbf1f1b9767a0e3e5ae1ed789809b50a944251098a15468bf858be22e5360624f5b0f')
build() {
cd "grpc-web-${pkgver}"