Skip to content

Commit

Permalink
Update PostgreSQL. Update version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzstern5 committed Feb 26, 2019
1 parent 10d71eb commit 8506243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion genesis-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN set -ex; \
apt-key list

ENV PG_MAJOR 11
ENV PG_VERSION 11.1-3.pgdg90+1
ENV PG_VERSION 11.2-1.pgdg90+1

RUN set -ex; \
\
Expand Down
9 changes: 4 additions & 5 deletions manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Configuration ### begin ###

PREV_VERSION="0.7.2"
VERSION="0.8.0"
PREV_VERSION="0.8.0"
VERSION="0.8.1"
SED_E="sed -E"

USE_PRODUCT="genesis"
Expand Down Expand Up @@ -121,8 +121,7 @@ DOWNLOADS_DIR='$HOME/Downloads' # !!! USE SINGLE QUOTES HERE !!!
APPLICATIONS_DIR='$HOME/Applications' # !!! USE SINGLE QUOTES HERE !!!

DOCKER_APP_NAME="Docker"
#DOCKER_DMG_DL_URL="https://download.docker.com/mac/stable/Docker.dmg"
DOCKER_DMG_DL_URL="https://download.docker.com/mac/stable/29211/Docker.dmg"
DOCKER_DMG_DL_URL="https://download.docker.com/mac/stable/Docker.dmg"
DOCKER_DMG_BASENAME="$(basename "$(echo "$DOCKER_DMG_DL_URL" | $SED_E -n 's/^(.*\.dmg)(\?[^?]*)?$/\1/gp')")"
DOCKER_MAC_APP_DIR_SIZE_M=1248 # to update run 'du -sm /Applications/Docker.app'
DOCKER_MAC_APP_DIR="/Applications/Docker.app"
Expand All @@ -132,7 +131,7 @@ if [ "$USE_PRODUCT" = "apla" ]; then
CLIENT_MAC_PROCESS_NAME="Apla"
CLIENT_LINUX_PROCESS_NAME="apla-front"
CLIENT_APP_NAME="Apla"
CLIENT_DMG_DL_URL=""
CLIENT_DMG_DL_URL="https://github.com/AplaProject/apla-front/releases/download/v0.11.1/Apla-0.11.1.dmg"
CLIENT_MAC_APP_DIR_SIZE_M=246 # to update run 'du -sm /Applications/Genesis.app'
CLIENT_MAC_APP_DIR="/Applications/Apla.app"
CLIENT_MAC_APP_BIN="/Applications/Apla.app/Contents/MacOS/Apla"
Expand Down

0 comments on commit 8506243

Please sign in to comment.