summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Yeager <lukeyeager@users.noreply.github.com>2016-08-29 11:14:17 -0700
committerLuke Yeager <lukeyeager@users.noreply.github.com>2016-08-29 11:14:17 -0700
commit4024b82c7c8e9f12898becf7b3947e603a4dd0bb (patch)
treee6036753b9141b3d71dc4609f51b999a14f4591c /scripts
parent985493e9ce3e8b61e06c072a16478e6a74e3aa5a (diff)
downloadcaffeonacl-4024b82c7c8e9f12898becf7b3947e603a4dd0bb.tar.gz
caffeonacl-4024b82c7c8e9f12898becf7b3947e603a4dd0bb.tar.bz2
caffeonacl-4024b82c7c8e9f12898becf7b3947e603a4dd0bb.zip
[TravisCI] - build protobuf3 GA
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/install-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/install-deps.sh b/scripts/travis/install-deps.sh
index ee16d36a..4e86ac73 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