]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
bootstrap-depends.sh: switch protobuf to 2.x
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 4 Apr 2017 15:44:01 +0000 (17:44 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 4 Apr 2017 16:17:43 +0000 (18:17 +0200)
scripts/bootstrap-depends.sh

index 84cbb4a9d757f9e586a3fc52bc10681784a5f6f7..381bfbb5c32547ccb33ba84a290e9d382830ea39 100755 (executable)
@@ -23,10 +23,10 @@ HIREDIS_TAG="v0.13.3"
 HIREDIS_URL="https://github.com/redis/hiredis.git"
 LIBMEMCACHED_TAG="1.0.18"
 LIBMEMCACHED_URL="https://launchpad.net/libmemcached/1.0/${LIBMEMCACHED_TAG}/+download/libmemcached-${LIBMEMCACHED_TAG}.tar.gz"
-PROTOBUF_URL="https://github.com/google/protobuf/archive/v3.1.0.tar.gz"
-PROTOBUF_VER="3.1.0"
-PROTOBUFC_URL="https://github.com/protobuf-c/protobuf-c/releases/download/v1.2.1/protobuf-c-1.2.1.tar.gz"
+PROTOBUF_VER="2.6.1"
+PROTOBUF_URL="https://github.com/google/protobuf/archive/v${PROTOBUF_VER}.tar.gz"
 PROTOBUFC_VER="1.2.1"
+PROTOBUFC_URL="https://github.com/protobuf-c/protobuf-c/releases/download/v${PROTOBUFC_VER}/protobuf-c-${PROTOBUFC_VER}.tar.gz"
 FSTRM_URL="https://github.com/farsightsec/fstrm/archive/v0.3.0.tar.gz"
 FSTRM_VER="0.3.0"