summaryrefslogtreecommitdiffstats
path: root/system/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2024-11-22 23:04:17 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-23 10:50:38 +0700
commit38460e7e7c1f2ade5a9d6567fb4b0f73b9e1203a (patch)
tree689c5ca5c56d8ee8a0c7ef7ac64f1b5e57dbc233 /system/postgresql/postgresql.SlackBuild
parentef64e5ac425215579936c0350688447f7f0b9bcf (diff)
downloadslackbuilds-38460e7e7c1f2ade5a9d6567fb4b0f73b9e1203a.tar.gz
slackbuilds-38460e7e7c1f2ade5a9d6567fb4b0f73b9e1203a.tar.xz
system/postgresql: Updated for version 14.15.
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 aa2b1079d1..6201c66579 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql
-VERSION=${VERSION:-14.13}
+VERSION=${VERSION:-14.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}