Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #325 from LiskHQ/324-update-postgres
Browse files Browse the repository at this point in the history
Update Postgres to 9.6.10
  • Loading branch information
Nazgolze authored Aug 16, 2018
2 parents f384c76 + 1164791 commit 0520649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NODE_URL="https://nodejs.org/download/release/v$NODE_VERSION/$NODE_FILE"
NODE_OUT="compiled"
NODE_CONFIG=""

POSTGRESQL_VERSION="9.6.8"
POSTGRESQL_VERSION="9.6.10"
POSTGRESQL_DIR="postgresql-$POSTGRESQL_VERSION"
POSTGRESQL_FILE="$POSTGRESQL_DIR.tar.gz"
POSTGRESQL_URL="https://ftp.postgresql.org/pub/source/v$POSTGRESQL_VERSION/$POSTGRESQL_FILE"
Expand Down

0 comments on commit 0520649

Please sign in to comment.