summaryrefslogtreecommitdiffstats
path: root/rules/protobuf.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-22 15:46:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-25 15:11:46 +0200
commitec709d760dd5f359b11b3d80fa03a2babb46a8d9 (patch)
tree0cd997cf4d3694d3d64b7641ce2869bc1156292e /rules/protobuf.make
parent8af165127e8ab2e38f3d716a662a3d1221d2fbe2 (diff)
downloadptxdist-ec709d760dd5f359b11b3d80fa03a2babb46a8d9.tar.gz
ptxdist-ec709d760dd5f359b11b3d80fa03a2babb46a8d9.tar.xz
protobuf: add new md5sum
The md5sum changed but the extracted content is identical. Keep the old md5sum for existing tarballs. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/protobuf.make')
-rw-r--r--rules/protobuf.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/protobuf.make b/rules/protobuf.make
index 97761d7bb..34b1e3dd9 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
# Paths and names
#
PROTOBUF_VERSION := 3.3.2
-PROTOBUF_MD5 := 19ed45d0cbbb88de2c4922978235d314
+PROTOBUF_MD5 := 19ed45d0cbbb88de2c4922978235d314 ef2a6a6bb3b92d8fa8d71e3cef741f2f
PROTOBUF := protobuf-$(PROTOBUF_VERSION)
PROTOBUF_SUFFIX := tar.gz
PROTOBUF_URL := https://github.com/google/protobuf/archive/v$(PROTOBUF_VERSION).$(PROTOBUF_SUFFIX)