[vlc-commits] Tools: update protoc to 2.6.0

Jean-Baptiste Kempf git at videolan.org
Sat Oct 11 14:47:49 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 11 14:12:41 2014 +0200| [83047b67698155a2b6d796b3f8ac3b372e289976] | committer: Jean-Baptiste Kempf

Tools: update protoc to 2.6.0

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83047b67698155a2b6d796b3f8ac3b372e289976
---

 extras/tools/packages.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index 7f43d14..b11fd6e 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -43,6 +43,6 @@ SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2
 ANT_VERSION=1.9.4
 ANT_URL=$(APACHE)/ant/binaries/apache-ant-$(ANT_VERSION)-bin.tar.bz2
 
-PROTOBUF_VERSION := 2.5.0
-PROTOBUF_URL := https://protobuf.googlecode.com/files/protobuf-$(PROTOBUF_VERSION).tar.bz2
+PROTOBUF_VERSION := 2.6.0
+PROTOBUF_URL := https://protobuf.googlecode.com/svn/rc/protobuf-$(PROTOBUF_VERSION).tar.bz2
 



More information about the vlc-commits mailing list