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

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Nov 19, 2018
2 parents 6409108 + d6bbea0 commit a3f4fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ NODE_DIR="node-v$NODE_VERSION-linux-x64"
NODE_FILE="$NODE_DIR.tar.xz"
NODE_BIN_URL="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz"

POSTGRESQL_VERSION="10.5"
POSTGRESQL_SHA256SUM="64feffb168d5628a9bf4d667143ad83021e1870d4d480158b3c211767a684b82"
POSTGRESQL_VERSION="10.6"
POSTGRESQL_SHA256SUM="95b7573acc6c5554ab06dbf224c1315bd1d008f5d1a12bcb6c9c5edee0c5fddb"
POSTGRESQL_DIR="postgresql-$POSTGRESQL_VERSION-1-linux-x64-binaries"
POSTGRESQL_FILE="$POSTGRESQL_DIR.tar.gz"
POSTGRESQL_BIN_URL="https://get.enterprisedb.com/postgresql/postgresql-${POSTGRESQL_VERSION}-1-linux-x64-binaries.tar.gz"
Expand All @@ -71,4 +71,4 @@ JQ_FILE="jq"
NPM_CLI="$BUILD_NAME/lib/node_modules/npm/bin/npm-cli.js"

PM2_VERSION=3.1.3
LISK_COMMANDER_VERSION="2.0.0-beta.2"
LISK_COMMANDER_VERSION="2.0.0"

0 comments on commit a3f4fee

Please sign in to comment.