diff options
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 6cd0adbd76..4a8f789f1a 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.17} +VERSION=${VERSION:-14.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info index 7fbc141020..02c0b64988 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="14.17" +VERSION="14.19" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.17/postgresql-14.17.tar.gz" -MD5SUM="261eed0425ab624ac6a76704ab91cd4e" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.19/postgresql-14.19.tar.gz" +MD5SUM="f0eaf87d65f96ef9a27f87a47d14341e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |