summaryrefslogtreecommitdiffstats
path: root/rules/protobuf.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2019-05-23 18:26:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 11:03:04 +0200
commiteb2e057a696c7837d51468d9dc24c924781b8fd4 (patch)
tree2e81ba1a876f96d03fd01dabe1b4c06531e9539d /rules/protobuf.make
parentf8b5cf03db88c5dd552884f264fc2af68e9dfde8 (diff)
downloadptxdist-eb2e057a696c7837d51468d9dc24c924781b8fd4.tar.gz
ptxdist-eb2e057a696c7837d51468d9dc24c924781b8fd4.tar.xz
protobuf: version bump 3.6.1 -> 3.7.1
The patch is no longer necessary. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/protobuf.make')
-rw-r--r--rules/protobuf.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/protobuf.make b/rules/protobuf.make
index eae8aa1af..dd7b42386 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
#
# Paths and names
#
-PROTOBUF_VERSION := 3.6.1
-PROTOBUF_MD5 := d4c50a611ac6486c6433eb53e3f60d1f
+PROTOBUF_VERSION := 3.7.1
+PROTOBUF_MD5 := cda6ae370a5df941f8aa837c8a0292ba
PROTOBUF := protobuf-all-$(PROTOBUF_VERSION)
PROTOBUF_SUFFIX := tar.gz
PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/$(PROTOBUF).$(PROTOBUF_SUFFIX)