diff options
author | 2025-02-14 16:56:03 +0700 | |
---|---|---|
committer | 2025-02-15 08:30:20 +0700 | |
commit | f0e00fc42406b06bee19008b0678758c8c756ad9 (patch) | |
tree | 42d7185017a8f8a8b693370900ae1e7425bcedce /system/postgresql/postgresql.SlackBuild | |
parent | f64fc3ec35ed8f23219485f351ba89b70a93ba88 (diff) | |
download | slackbuilds-f0e00fc42406b06bee19008b0678758c8c756ad9.tar.gz slackbuilds-f0e00fc42406b06bee19008b0678758c8c756ad9.tar.xz |
system/postgresql: Updated for version 14.16.
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 6201c66579..0c2741aa45 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.15} +VERSION=${VERSION:-14.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |