summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/grpc-1.18.0/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch (renamed from patches/grpc-1.17.2/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch)0
-rw-r--r--patches/grpc-1.18.0/0002-Add-pkg-config-files.patch (renamed from patches/grpc-1.17.2/0002-Add-pkg-config-files.patch)0
-rw-r--r--patches/grpc-1.18.0/series (renamed from patches/grpc-1.17.2/series)0
-rw-r--r--rules/grpc.make4
4 files changed, 2 insertions, 2 deletions
diff --git a/patches/grpc-1.17.2/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch b/patches/grpc-1.18.0/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch
index 82658fd27..82658fd27 100644
--- a/patches/grpc-1.17.2/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch
+++ b/patches/grpc-1.18.0/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch
diff --git a/patches/grpc-1.17.2/0002-Add-pkg-config-files.patch b/patches/grpc-1.18.0/0002-Add-pkg-config-files.patch
index 713419bd9..713419bd9 100644
--- a/patches/grpc-1.17.2/0002-Add-pkg-config-files.patch
+++ b/patches/grpc-1.18.0/0002-Add-pkg-config-files.patch
diff --git a/patches/grpc-1.17.2/series b/patches/grpc-1.18.0/series
index fa19512af..fa19512af 100644
--- a/patches/grpc-1.17.2/series
+++ b/patches/grpc-1.18.0/series
diff --git a/rules/grpc.make b/rules/grpc.make
index 78933eb5d..18aaff0cd 100644
--- a/rules/grpc.make
+++ b/rules/grpc.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GRPC) += grpc
#
# Paths and names
#
-GRPC_VERSION := 1.17.2
-GRPC_MD5 := 346ecc9a9162664f7f50aadcdb4eac8e
+GRPC_VERSION := 1.18.0
+GRPC_MD5 := 520c545189fad05966c147c42e8280cc
GRPC := grpc-$(GRPC_VERSION)
GRPC_SUFFIX := tar.gz
GRPC_URL := https://github.com/grpc/grpc/archive/v$(GRPC_VERSION).$(GRPC_SUFFIX)