[TravisCI] - build protobuf3 GA
authorLuke Yeager <lukeyeager@users.noreply.github.com>
Mon, 29 Aug 2016 18:14:17 +0000 (11:14 -0700)
committerLuke Yeager <lukeyeager@users.noreply.github.com>
Mon, 29 Aug 2016 18:14:17 +0000 (11:14 -0700)
scripts/travis/install-deps.sh

index ee16d36..4e86ac7 100755 (executable)
@@ -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