summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkXuan2019-04-03 10:16:51 +0800
committerkXuan2019-04-03 10:16:51 +0800
commit9758ebaffbea8369ced52cf792d696d0a21b393b (patch)
tree6cd2609bf36229d23ff0e3f159b178624880b285
parent19f579b4428b2de356cd00feb4545f9e662d834d (diff)
downloadaur-9758ebaffbea8369ced52cf792d696d0a21b393b.tar.gz
bump to 1.0.4
Signed-off-by: kXuan <kxuanobj@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80a1855028c8..f0d87a3f0c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = protoc-gen-grpc-web
pkgdesc = Protobuf gRPC compiler for Web Clients
- pkgver = 1.0.3
- pkgrel = 0
+ pkgver = 1.0.4
+ 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.3.tar.gz
- sha512sums = db9820d07afed83e3e066687c13ba7180d7fe47092585adae19bd003c24c17856f58602b1ee8b1bec5b9dbb29edbba65fc6f56bc2fce856aa58a62d14201e6d9
+ source = https://github.com/grpc/grpc-web/archive/1.0.4.tar.gz
+ sha512sums = 858bbd861ee1771b4db1d8d6f01cdc0fb4748c8112b9f5e04691f054d24562df97c2e66546cab7230bd98caae46276e2bdc77292de676baedc8c5320ac59a8e1
pkgname = protoc-gen-grpc-web
diff --git a/PKGBUILD b/PKGBUILD
index af430fd67373..d40688a81773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: kXuan <kxuanobj at gmail dot com>
pkgname=protoc-gen-grpc-web
-pkgver=1.0.3
-pkgrel=0
+pkgver=1.0.4
+pkgrel=1
pkgdesc='Protobuf gRPC compiler for Web Clients'
arch=('x86_64')
url='https://github.com/grpc/grpc-web'
license=('Apache2')
depends=('protobuf>=3')
source=("https://github.com/grpc/grpc-web/archive/${pkgver}.tar.gz")
-sha512sums=('db9820d07afed83e3e066687c13ba7180d7fe47092585adae19bd003c24c17856f58602b1ee8b1bec5b9dbb29edbba65fc6f56bc2fce856aa58a62d14201e6d9')
+sha512sums=('858bbd861ee1771b4db1d8d6f01cdc0fb4748c8112b9f5e04691f054d24562df97c2e66546cab7230bd98caae46276e2bdc77292de676baedc8c5320ac59a8e1')
build() {
cd "grpc-web-${pkgver}"