diff options
author | 2024-11-22 23:04:17 +0900 | |
---|---|---|
committer | 2024-11-23 10:50:38 +0700 | |
commit | 38460e7e7c1f2ade5a9d6567fb4b0f73b9e1203a (patch) | |
tree | 689c5ca5c56d8ee8a0c7ef7ac64f1b5e57dbc233 /system/postgresql/postgresql.SlackBuild | |
parent | ef64e5ac425215579936c0350688447f7f0b9bcf (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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} |