diff options
-rw-r--r-- | system/postgresql16/postgresql16.SlackBuild | 4 | ||||
-rw-r--r-- | system/postgresql16/postgresql16.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/system/postgresql16/postgresql16.info b/system/postgresql16/postgresql16.info index 437ec2dc7b..7e21403f88 100644 --- a/system/postgresql16/postgresql16.info +++ b/system/postgresql16/postgresql16.info @@ -1,8 +1,8 @@ PRGNAM="postgresql16" -VERSION="16.6" +VERSION="16.7" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.6/postgresql-16.6.tar.gz" -MD5SUM="56ac203e65aa725a742ac53448ffa6a4" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.gz" +MD5SUM="245246695371c50fe996f254743c0100" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |