summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhai Zhaoxuan2020-06-23 17:32:06 +0800
committerZhai Zhaoxuan2020-06-23 17:32:06 +0800
commitca3b816d0696ea097aaa18cd111a77b871384f35 (patch)
treeccffceffc964e4ba69af3239fcc13b8da6a287d4
parent5346f9da78a787907fd5a9ddd9880eca8d53eb5a (diff)
downloadaur-ca3b816d0696ea097aaa18cd111a77b871384f35.tar.gz
bump to 1.2.0
Signed-off-by: Zhai Zhaoxuan <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 ca57eec8f44e..15e795a4e80d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = protoc-gen-grpc-web
pkgdesc = Protobuf gRPC compiler for Web Clients
- pkgver = 1.1.0
+ pkgver = 1.2.0
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.1.0.tar.gz
- sha512sums = 313b96fd2a83ffd3d02d13f8d4c81b9b92d16689b263a4dc228326fb03c6fa9dabd9d48b18f93a4d2ccc8cb2612ce284555848fcb2c856d5377f8e8efcc8862f
+ source = https://github.com/grpc/grpc-web/archive/1.2.0.tar.gz
+ sha512sums = cbc2012fda82f77d306c92e5313570a55cd82f3911a5a65901800769ba10af3ff40b437dfd5bf6e18a4921d59577ed0434ed805ad16dab491c9d7f4a91fbf239
pkgname = protoc-gen-grpc-web
diff --git a/PKGBUILD b/PKGBUILD
index 62f98e6b3d12..3fe65b265fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kXuan <kxuanobj at gmail dot com>
pkgname=protoc-gen-grpc-web
-pkgver=1.1.0
+pkgver=1.2.0
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=('313b96fd2a83ffd3d02d13f8d4c81b9b92d16689b263a4dc228326fb03c6fa9dabd9d48b18f93a4d2ccc8cb2612ce284555848fcb2c856d5377f8e8efcc8862f')
+sha512sums=('cbc2012fda82f77d306c92e5313570a55cd82f3911a5a65901800769ba10af3ff40b437dfd5bf6e18a4921d59577ed0434ed805ad16dab491c9d7f4a91fbf239')
build() {
cd "grpc-web-${pkgver}"