summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkXuan2022-09-28 14:20:37 +0800
committerkXuan2022-09-28 14:20:37 +0800
commitf165fa90d1e5185ea4a40703879edbf2f1a18b8a (patch)
tree0ecd1598fc30e88d910d7cbd3d4e7a3b1842b153 /PKGBUILD
parentc261458e0e74d9c4a834f2ff0b43d3fe83e1ddc0 (diff)
downloadaur-f165fa90d1e5185ea4a40703879edbf2f1a18b8a.tar.gz
bump to 1.4.1
Signed-off-by: kXuan <kxuanobj@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33d65a3b5c1e..2a35940ee8f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kXuan <kxuanobj at gmail dot com>
pkgname=protoc-gen-grpc-web
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=0
pkgdesc='Protobuf gRPC compiler for Web Clients'
arch=('x86_64')
@@ -9,8 +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=('2dded3fd9a16924de442dfa94eab1b7b9242770187a35894b21d4f85e98576f3be7b30a374d7f33a49fe6caec2c261185c0102c784823ac4632e742fd90db583'
- )
+sha512sums=('55d2f9647dfd7672486dcb128ce26bf429e29616d7efdc3ab412cf315d089abbc12004fae247912d123ccb3d18a2f71edf783ac334fea1a817787d878a7966f3')
build() {
cd "grpc-web-${pkgver}"