diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-11-22 23:04:17 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:38 +0700 |
commit | 38460e7e7c1f2ade5a9d6567fb4b0f73b9e1203a (patch) | |
tree | 689c5ca5c56d8ee8a0c7ef7ac64f1b5e57dbc233 /system/postgresql | |
parent | ef64e5ac425215579936c0350688447f7f0b9bcf (diff) |
system/postgresql: Updated for version 14.15.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgresql/postgresql.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index aa2b1079d15c..6201c66579f6 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql -VERSION=${VERSION:-14.13} +VERSION=${VERSION:-14.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info index 4905ce95c128..f614adbc678d 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="14.13" +VERSION="14.15" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.gz" -MD5SUM="94e95f32a531c6a14e169811d9f51afe" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.15/postgresql-14.15.tar.gz" +MD5SUM="f474e13de1cd51de83516dcdaf7edf1a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |