diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-11 18:09:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-11 18:09:03 +0700 |
commit | f1003cb6b68ed7c6cb716654b13607e40f385773 (patch) | |
tree | 7e8a07f4a05c0aa9b82fa70f58ab83c74a679cab /system/postgresql | |
parent | ebf6ec62ef0fddb4525fb8751d73f587f1177105 (diff) |
system/postgresql: Updated for version 14.2.
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 05f408b2d89a2..987f2102b0114 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql -VERSION=${VERSION:-14.1} +VERSION=${VERSION:-14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info index e531bca2ff4cb..0294de4947f2b 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="14.1" +VERSION="14.2" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.1/postgresql-14.1.tar.gz" -MD5SUM="882ba38db78cc5f103f701fc68f50293" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.2/postgresql-14.2.tar.gz" +MD5SUM="732df5d7fc3bafa272c357ed5491c5be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |