[vlc-commits] Extras/tools: update protobuf compiler to 2.6.1

Jean-Baptiste Kempf git at videolan.org
Tue Oct 6 13:14:40 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct  6 13:14:22 2015 +0200| [84f150683de3a6ccecdee8f38231d0b87cb90ab2] | committer: Jean-Baptiste Kempf

Extras/tools: update protobuf compiler to 2.6.1

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

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

diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index 146ba7c..1250cc1 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -44,6 +44,5 @@ SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2
 ANT_VERSION=1.9.5
 ANT_URL=$(APACHE)/ant/binaries/apache-ant-$(ANT_VERSION)-bin.tar.bz2
 
-PROTOBUF_VERSION := 2.6.0
-PROTOBUF_URL := https://protobuf.googlecode.com/svn/rc/protobuf-$(PROTOBUF_VERSION).tar.bz2
-
+PROTOBUF_VERSION := 2.6.1
+PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-$(PROTOBUF_VERSION).tar.gz



More information about the vlc-commits mailing list