From 8ebb1fac23bfb26707427f65ecb730965d8f3635 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 1 Apr 2019 02:50:45 -0700 Subject: [PATCH] teamplayer: upgrade to postgresql 11 --- appliances/teamplayer/Makefile | 2 +- appliances/teamplayer/world | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances/teamplayer/Makefile b/appliances/teamplayer/Makefile index 2519a3c..cd6398f 100644 --- a/appliances/teamplayer/Makefile +++ b/appliances/teamplayer/Makefile @@ -4,7 +4,7 @@ TP_USER = teamplayer TP_HOME = /opt/teamplayer TP_DB = /var/lib/teamplayer PYTHON = $(TP_HOME)/bin/python -PGVER = 10 +PGVER = 11 INSTALL = install AVAHI := NO diff --git a/appliances/teamplayer/world b/appliances/teamplayer/world index 5cf0d68..3f587a3 100644 --- a/appliances/teamplayer/world +++ b/appliances/teamplayer/world @@ -1,3 +1,3 @@ -dev-db/postgresql:10 +dev-db/postgresql:11 media-sound/mpd www-servers/nginx