teamplayer: update postgresql version to 10.

This commit is contained in:
Albert Hopkins 2018-10-27 11:19:15 -07:00
parent c5c6c8da7f
commit 772b5b60fd
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ TP_BRANCH ?= default
TP_USER = teamplayer
TP_HOME = /opt/teamplayer
TP_DB = /var/lib/teamplayer
PGVER = 9.6
PYTHON = $(TP_HOME)/bin/python
PGVER = 10
INSTALL = install
AVAHI := NO

View File

@ -1,3 +1,3 @@
dev-db/postgresql:9.6
dev-db/postgresql:10
media-sound/mpd
www-servers/nginx