From b78dd0b2b188336444efa1532168729b582ba55f Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 19 Oct 2016 12:49:58 +0000 Subject: [PATCH] teamplayer: upgrade to postgres 9.6 --- appliances/teamplayer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/teamplayer/Makefile b/appliances/teamplayer/Makefile index 1cee573..ea59c2e 100644 --- a/appliances/teamplayer/Makefile +++ b/appliances/teamplayer/Makefile @@ -3,7 +3,7 @@ TP_BRANCH ?= default TP_USER = teamplayer TP_HOME = /opt/teamplayer TP_DB = /var/lib/teamplayer -PGVER = 9.5 +PGVER = 9.6 INSTALL = install AVAHI := NO