From: Vladimír Čunát Date: Tue, 4 Apr 2017 15:44:01 +0000 (+0200) Subject: bootstrap-depends.sh: switch protobuf to 2.x X-Git-Tag: v1.2.5~5^2~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e6cec7175b36ecf5b72b5cc05dd18a94c84278;p=thirdparty%2Fknot-resolver.git bootstrap-depends.sh: switch protobuf to 2.x --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 84cbb4a9d..381bfbb5c 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -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"