diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-14 16:57:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 08:30:20 +0700 |
commit | 61e7adf18364db5579b284bda714c0c4ae9660dc (patch) | |
tree | 4fc3c843a815ae798c0dc6fdbfb5005aebd4548f /system/postgresql15/postgresql15.SlackBuild | |
parent | f0e00fc42406b06bee19008b0678758c8c756ad9 (diff) |
system/postgresql15: Updated for version 15.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql15/postgresql15.SlackBuild')
-rw-r--r-- | system/postgresql15/postgresql15.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql15/postgresql15.SlackBuild b/system/postgresql15/postgresql15.SlackBuild index 227a2f7ca6..dd1dca5b6f 100644 --- a/system/postgresql15/postgresql15.SlackBuild +++ b/system/postgresql15/postgresql15.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql15 SRCNAM=postgresql -VERSION=${VERSION:-15.10} +VERSION=${VERSION:-15.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |