diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-16 09:24:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-16 09:24:22 +0700 |
commit | 6b331596bb740325e646aa9742ec5b6c4bd9678a (patch) | |
tree | 6b98ef169877e1022e4e5f28377895b1833cc1a8 /system/postgresql/postgresql.SlackBuild | |
parent | 51d7879919a95687a5f7c950d987ea015e151055 (diff) |
system/postgresql: Updated for version 14.19.
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 971524da0d..4a8f789f1a 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.18} +VERSION=${VERSION:-14.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |