summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkXuan2019-11-27 17:54:02 +0800
committerkXuan2019-11-27 17:54:02 +0800
commit46cff84bc325d4fa664cfe627531b5ead31b2fc2 (patch)
treeda1bea4edb28e9c36eb32bbad8e61af8e4d5c191
parent51f2f9585acd75cef4744c3b69282429cbed041d (diff)
downloadaur-46cff84bc325d4fa664cfe627531b5ead31b2fc2.tar.gz
bump to 1.0.7
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 ef0a028598fc..a9bfea2853d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = protoc-gen-grpc-web
pkgdesc = Protobuf gRPC compiler for Web Clients
- pkgver = 1.0.5
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/grpc/grpc-web
arch = x86_64
license = Apache2
depends = protobuf>=3
- source = https://github.com/grpc/grpc-web/archive/1.0.5.tar.gz
- sha512sums = 18d3b9e8faaa51a41c932aec90727f781851f1ee5d106e522c3a0be9879ad9fb2613e74fd04fd0ffb16ce945933b30d720d9c9bee7467f459cfd4aa6121b2942
+ source = https://github.com/grpc/grpc-web/archive/1.0.7.tar.gz
+ sha512sums = 51bfc1e7d3cb209f936946f3ca6e78b35ed8a73c83160f8474f1c1437b7130df7bb10335968323a9fe72d4ac2ba339214c923b8045d3388811fe5a06fbda7c3e
pkgname = protoc-gen-grpc-web
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}"