diff options
Diffstat (limited to 'system/postgresql16')
-rw-r--r-- | system/postgresql16/postgresql16.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgresql16/postgresql16.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql16/postgresql16.SlackBuild b/system/postgresql16/postgresql16.SlackBuild index 66bc41f103..60bc69004b 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.7} +VERSION=${VERSION:-16.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql16/postgresql16.info b/system/postgresql16/postgresql16.info index 7e21403f88..b8a16175ff 100644 --- a/system/postgresql16/postgresql16.info +++ b/system/postgresql16/postgresql16.info @@ -1,8 +1,8 @@ PRGNAM="postgresql16" -VERSION="16.7" +VERSION="16.8" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.gz" -MD5SUM="245246695371c50fe996f254743c0100" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.8/postgresql-16.8.tar.gz" +MD5SUM="f23f22ce8017b693b696ccb662b608ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |