API download URL updated

This commit is contained in:
aurelienduarte 2016-09-03 09:24:45 +02:00 committed by GitHub
parent 5843e034ed
commit c31dc0b160
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ installIfMissing () {
if [ ! -f coredumper-$VERSION.tar.gz ]
then
sayAndDo wget http://google-coredumper.googlecode.com/files/coredumper-$VERSION.tar.gz
sayAndDo wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/google-coredumper/coredumper-$VERSION.tar.gz
fi
if [ -d coredumper-$VERSION ]