diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-18 11:12:51 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:42 +0700 |
commit | 515a3d4875fca90b530339162b7d0b010489b648 (patch) | |
tree | 8ac2a69b857099ced59280bfb1ebb9d44d10f51b /system/postgresql | |
parent | 10206aa74355d53b518b9e2f4e99b3fce3c04f4f (diff) |
system/postgresql: Updated for version 14.7.
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 5cb6b0b2f3f9..40bdcfb6b8b4 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.6} +VERSION=${VERSION:-14.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info index 032a393f11d6..1f642e478ee3 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="14.6" +VERSION="14.7" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.6/postgresql-14.6.tar.gz" -MD5SUM="a6d93a1272737ff62a2238e802fc998f" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.7/postgresql-14.7.tar.gz" +MD5SUM="8d92692b55d37020e09baa21d5262c57" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |