Merge pull request #1 from aurelienduarte/patch-1

API download URL updated. Thanks for the fix!
This commit is contained in:
Michael Iedema 2016-09-12 15:22:11 +02:00 committed by GitHub
commit 7527fb3804
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 ]