diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 08:37:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 08:37:53 +0700 |
commit | f03b2a92300e265dcf0d4b9273aa70aaa9d081e3 (patch) | |
tree | 873470483490ddacc7649ba2ba0b2b73e3ab45e1 /system/postgresql17/postgresql17.SlackBuild | |
parent | f6b407c354277c63272a17b977c4ef725a3423e1 (diff) |
system/postgresql17: Updated for version 17.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql17/postgresql17.SlackBuild')
-rw-r--r-- | system/postgresql17/postgresql17.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql17/postgresql17.SlackBuild b/system/postgresql17/postgresql17.SlackBuild index 79c319ab26..748491e283 100644 --- a/system/postgresql17/postgresql17.SlackBuild +++ b/system/postgresql17/postgresql17.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql17 SRCNAM=postgresql -VERSION=${VERSION:-17.3} +VERSION=${VERSION:-17.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |