diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-14 16:58:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 08:30:20 +0700 |
commit | 909ce5a06ae959eee0ee217a2ce27e6dfd6a2888 (patch) | |
tree | 375d69a36cfd2984ba31798ea5889d629f47f3f7 /system/postgresql16/postgresql16.SlackBuild | |
parent | 61e7adf18364db5579b284bda714c0c4ae9660dc (diff) |
system/postgresql16: Updated for version 16.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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} |