diff options
-rw-r--r-- | system/postgresql15/postgresql15.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgresql15/postgresql15.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql15/postgresql15.SlackBuild b/system/postgresql15/postgresql15.SlackBuild index dd1dca5b6f..66d69d56f5 100644 --- a/system/postgresql15/postgresql15.SlackBuild +++ b/system/postgresql15/postgresql15.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql15 SRCNAM=postgresql -VERSION=${VERSION:-15.11} +VERSION=${VERSION:-15.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql15/postgresql15.info b/system/postgresql15/postgresql15.info index 9ac07d30fa..9822ce6b37 100644 --- a/system/postgresql15/postgresql15.info +++ b/system/postgresql15/postgresql15.info @@ -1,8 +1,8 @@ PRGNAM="postgresql15" -VERSION="15.11" +VERSION="15.12" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.11/postgresql-15.11.tar.gz" -MD5SUM="b5a99b71dfef1841ce13d3893988c7ed" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.12/postgresql-15.12.tar.gz" +MD5SUM="f0a568d4d7815eef7c3f6e3f4a75b362" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |