diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-16 09:26:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-16 09:26:35 +0700 |
commit | 48cedb09c62fd5ba0b7f1c5ebb01d77c503b9ba0 (patch) | |
tree | 1832b2e7d4fc651d0f5bc4f2542012215a040ff4 /system/postgresql16/postgresql16.SlackBuild | |
parent | 7e2cd4a2ffc7fc3ac53aacb40da27497bb1077b6 (diff) |
system/postgresql16: Updated for version 16.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql16/postgresql16.SlackBuild')
-rw-r--r-- | system/postgresql16/postgresql16.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql16/postgresql16.SlackBuild b/system/postgresql16/postgresql16.SlackBuild index 48f91faf7e..082a5c0930 100644 --- a/system/postgresql16/postgresql16.SlackBuild +++ b/system/postgresql16/postgresql16.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql16 SRCNAM=postgresql -VERSION=${VERSION:-16.9} +VERSION=${VERSION:-16.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |