diff options
Diffstat (limited to 'system/postgresql15')
-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 ff96cccd9d..b09a1c35c5 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.13} +VERSION=${VERSION:-15.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql15/postgresql15.info b/system/postgresql15/postgresql15.info index 643689850d..a85fd9f381 100644 --- a/system/postgresql15/postgresql15.info +++ b/system/postgresql15/postgresql15.info @@ -1,8 +1,8 @@ PRGNAM="postgresql15" -VERSION="15.13" +VERSION="15.14" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.13/postgresql-15.13.tar.gz" -MD5SUM="394c1bde053cf7795a7a891c6f7daeda" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.14/postgresql-15.14.tar.gz" +MD5SUM="8a8e01f9ffeb0784baf3f8453011f9a1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |