diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-14 16:57:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 08:30:20 +0700 |
commit | 61e7adf18364db5579b284bda714c0c4ae9660dc (patch) | |
tree | 4fc3c843a815ae798c0dc6fdbfb5005aebd4548f | |
parent | f0e00fc42406b06bee19008b0678758c8c756ad9 (diff) |
system/postgresql15: Updated for version 15.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 227a2f7ca6..dd1dca5b6f 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.10} +VERSION=${VERSION:-15.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql15/postgresql15.info b/system/postgresql15/postgresql15.info index 11d0d3288e..9ac07d30fa 100644 --- a/system/postgresql15/postgresql15.info +++ b/system/postgresql15/postgresql15.info @@ -1,8 +1,8 @@ PRGNAM="postgresql15" -VERSION="15.10" +VERSION="15.11" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.10/postgresql-15.10.tar.gz" -MD5SUM="5dbee44cb2cca9e02694f9b0438e254c" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.11/postgresql-15.11.tar.gz" +MD5SUM="b5a99b71dfef1841ce13d3893988c7ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |