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 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} diff --git a/system/postgresql16/postgresql16.info b/system/postgresql16/postgresql16.info index 8312817ed0..b36c369ee4 100644 --- a/system/postgresql16/postgresql16.info +++ b/system/postgresql16/postgresql16.info @@ -1,8 +1,8 @@ PRGNAM="postgresql16" -VERSION="16.9" +VERSION="16.10" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.9/postgresql-16.9.tar.gz" -MD5SUM="d413931cf9b16e0a87e784210a63a3b1" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v16.10/postgresql-16.10.tar.gz" +MD5SUM="3e9110cb99a8e6f2bc8b2471146a0503" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |