summaryrefslogtreecommitdiffstats
path: root/rules/protobuf.make
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-06-15 22:06:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 19:59:36 +0200
commit6051eeb1f419c5016412e2f0cbb2b01d0b677ea1 (patch)
tree62f0dc1d7c75febb64ac3580cf3fae69aee85c36 /rules/protobuf.make
parentd7020359fbb4674f5b91deadd9ad2a0d70966e19 (diff)
downloadptxdist-6051eeb1f419c5016412e2f0cbb2b01d0b677ea1.tar.gz
ptxdist-6051eeb1f419c5016412e2f0cbb2b01d0b677ea1.tar.xz
protobuf: version bump 2.4.1 -> 2.5.0
Signed-off-by: Alexander Aring <alex.aring@gmail.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 6a3a42c9d..3725a1fb3 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
#
# Paths and names
#
-PROTOBUF_VERSION := 2.4.1
-PROTOBUF_MD5 := ed436802019c9e1f40cc750eaf78f318
+PROTOBUF_VERSION := 2.5.0
+PROTOBUF_MD5 := a72001a9067a4c2c4e0e836d0f92ece4
PROTOBUF := protobuf-$(PROTOBUF_VERSION)
PROTOBUF_SUFFIX := tar.bz2
PROTOBUF_URL := http://protobuf.googlecode.com/files/$(PROTOBUF).$(PROTOBUF_SUFFIX)