From: Luke Yeager Date: Mon, 29 Aug 2016 18:14:17 +0000 (-0700) Subject: [TravisCI] - build protobuf3 GA X-Git-Tag: submit/tizen/20180823.020014~146^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4024b82c7c8e9f12898becf7b3947e603a4dd0bb;p=platform%2Fupstream%2Fcaffeonacl.git [TravisCI] - build protobuf3 GA --- diff --git a/scripts/travis/install-deps.sh b/scripts/travis/install-deps.sh index ee16d36..4e86ac7 100755 --- a/scripts/travis/install-deps.sh +++ b/scripts/travis/install-deps.sh @@ -56,7 +56,7 @@ else dh-autoreconf \ unzip - wget https://github.com/google/protobuf/archive/v3.0.0-beta-3.tar.gz -O protobuf3.tar.gz + wget https://github.com/google/protobuf/archive/3.0.0-GA.tar.gz -O protobuf3.tar.gz tar -xzf protobuf3.tar.gz -C $PROTOBUF3_DIR --strip 1 rm protobuf3.tar.gz cd $PROTOBUF3_DIR