diff options
Diffstat (limited to 'system/postgresql16/postgresql16.SlackBuild')
-rw-r--r-- | system/postgresql16/postgresql16.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/postgresql16/postgresql16.SlackBuild b/system/postgresql16/postgresql16.SlackBuild index eb70a91c55..66bc41f103 100644 --- a/system/postgresql16/postgresql16.SlackBuild +++ b/system/postgresql16/postgresql16.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for PostgreSQL # # Copyright 2007-2018 Adis Nezirovic <adis_at_linux.org.ba> -# Copyright 2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2024-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql16 SRCNAM=postgresql -VERSION=${VERSION:-16.6} +VERSION=${VERSION:-16.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |