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

Commit

Permalink
Upgrade Postgresql to 9.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazgolze committed Jun 12, 2018
1 parent 4398b67 commit d4da218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ if [ ! -f "$POSTGRESQL_DIR/$POSTGRESQL_OUT/bin/psql" ]; then
exec_cmd "./configure --prefix=$(pwd)/$POSTGRESQL_OUT"
fi

exec_cmd "make --jobs=$JOBS"
exec_cmd "make install"

# Compiles the pgcrypto extension
Expand Down
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ NODE_URL="https://nodejs.org/download/release/v6.12.3/$NODE_FILE"
NODE_OUT="compiled"
NODE_CONFIG=""

POSTGRESQL_DIR="postgresql-9.6.6"
POSTGRESQL_DIR="postgresql-9.6.8"
POSTGRESQL_FILE="$POSTGRESQL_DIR.tar.gz"
POSTGRESQL_URL="https://ftp.postgresql.org/pub/source/v9.6.6/$POSTGRESQL_FILE"
POSTGRESQL_URL="https://ftp.postgresql.org/pub/source/v9.6.8/$POSTGRESQL_FILE"
POSTGRESQL_OUT="pgsql"

SODIUM_DIR="libsodium-1.0.11"
Expand Down

0 comments on commit d4da218

Please sign in to comment.