diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 08:11:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 08:11:35 +0700 |
commit | f453a74368b1a6d9d0555f80d509a64a6cda24bb (patch) | |
tree | 4bfc082460e3afa5fd31659dd6733a0436b64563 /system/postgresql/postgresql.SlackBuild | |
parent | 9d3355ba371cefa174dae3fc82a362f8eea48df6 (diff) |
system/postgresql: Updated for version 14.17.
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 0c2741aa45..6cd0adbd76 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.16} +VERSION=${VERSION:-14.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |