aboutsummaryrefslogtreecommitdiff
path: root/system/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-11-20 12:20:58 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-25 14:44:40 +0700
commitb5d00d92da94c851bda4b8d6c8de6ac74301f4cb (patch)
tree1443fcf0901c54ee66d97e7cb8b8fcc99f2186a6 /system/postgresql/postgresql.SlackBuild
parent2e1e179158c17d3c2ea4109c5002852ca7140c9c (diff)
system/postgresql: Use same data dir for all 14.x releases.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r--system/postgresql/postgresql.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild
index 366c363e32..05f408b2d8 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -32,7 +32,7 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-PG_VERSION=${PG_VERSION:-14.1}
+PG_VERSION=${PG_VERSION:-14}
PG_PORT=${PG_PORT:-5432}
PG_UID=${PG_UID:-209}
PG_GID=${PG_GID:-209}