Skip to content

Commit

Permalink
Use 5.02 stunnel on cedar
Browse files Browse the repository at this point in the history
  • Loading branch information
gregburek committed Dec 19, 2014
1 parent 12fa84b commit 9c0e86f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ unset GIT_DIR

# config
PGBOUNCER_VERSION="1.5.4-heroku"
STUNNEL_VERSION="5.08"
if [ "$STACK" == "cedar-14" ]; then
STUNNEL_VERSION="5.08"
else
STUNNEL_VERSION="5.02"
fi
S3_BUCKET="gregburek-buildpack-pgbouncer"

# parse and derive params
Expand Down

0 comments on commit 9c0e86f

Please sign in to comment.