summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkXuan2019-11-27 17:54:02 +0800
committerkXuan2019-11-27 17:54:02 +0800
commit46cff84bc325d4fa664cfe627531b5ead31b2fc2 (patch)
treeda1bea4edb28e9c36eb32bbad8e61af8e4d5c191 /PKGBUILD
parent51f2f9585acd75cef4744c3b69282429cbed041d (diff)
downloadaur-46cff84bc325d4fa664cfe627531b5ead31b2fc2.tar.gz
bump to 1.0.7
Signed-off-by: kXuan <kxuanobj@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09d9219283cb..464729829350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kXuan <kxuanobj at gmail dot com>
pkgname=protoc-gen-grpc-web
-pkgver=1.0.5
+pkgver=1.0.7
pkgrel=1
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=('18d3b9e8faaa51a41c932aec90727f781851f1ee5d106e522c3a0be9879ad9fb2613e74fd04fd0ffb16ce945933b30d720d9c9bee7467f459cfd4aa6121b2942')
+sha512sums=('51bfc1e7d3cb209f936946f3ca6e78b35ed8a73c83160f8474f1c1437b7130df7bb10335968323a9fe72d4ac2ba339214c923b8045d3388811fe5a06fbda7c3e')
build() {
cd "grpc-web-${pkgver}"