Skip to content

Commit

Permalink
use s3 repo for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg committed Oct 22, 2012
1 parent e095a44 commit aaf12b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -f www/Procfile ]; then
mv www/Procfile .
fi

BP_URL="http://tools.foundryinteractive.com/heroku/php_buildpack_binaries-$BUILDPACK_VERSION.tar.gz"
BP_URL="https://s3.amazonaws.com/foundry-heroku-buildpack/php_buildpack_binaries-$BUILDPACK_VERSION.tar.gz"
echo "-----> Bundling Apache $APACHE_VERSION PHP $PHP_VERSION build $BUILDPACK_VERSION"
curl --silent --max-time 60 --location "$BP_URL" | tar xz

Expand Down

0 comments on commit aaf12b5

Please sign in to comment.