aboutsummaryrefslogtreecommitdiff
path: root/system/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-11 18:09:03 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-11 18:09:03 +0700
commitf1003cb6b68ed7c6cb716654b13607e40f385773 (patch)
tree7e8a07f4a05c0aa9b82fa70f58ab83c74a679cab /system/postgresql/postgresql.SlackBuild
parentebf6ec62ef0fddb4525fb8751d73f587f1177105 (diff)
system/postgresql: Updated for version 14.2.
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 05f408b2d89a2..987f2102b0114 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql
-VERSION=${VERSION:-14.1}
+VERSION=${VERSION:-14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}