diff options
author | Slack Coder <slackcoder@server.ky> | 2024-10-07 11:27:29 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-10-07 16:04:03 -0500 |
commit | ff09d99234d42e8dba3f1f9b7de8181b6bacbdbd (patch) | |
tree | db591811dcf4de04bd4d250af59016086189f7d4 | |
parent | c58107ec28238f73086e2af313e323a0d51206f2 (diff) | |
download | slackbuilds-ff09d99234d42e8dba3f1f9b7de8181b6bacbdbd.tar.xz |
postgresql: bump 15.8
-rw-r--r-- | postgresql/postgresql.SlackBuild | 2 | ||||
-rw-r--r-- | postgresql/postgresql.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/postgresql/postgresql.SlackBuild b/postgresql/postgresql.SlackBuild index 02d2c60..3e48833 100644 --- a/postgresql/postgresql.SlackBuild +++ b/postgresql/postgresql.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql -VERSION=${VERSION:-15.6} +VERSION=${VERSION:-15.8} BUILD=${BUILD:-1} TAG=${TAG:-_slackcoder} PKGTYPE=${PKGTYPE:-tgz} diff --git a/postgresql/postgresql.info b/postgresql/postgresql.info index 25300a6..c154d37 100644 --- a/postgresql/postgresql.info +++ b/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="15.6" +VERSION="15.8" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.6/postgresql-15.6.tar.gz" -MD5SUM="c6477aef3c361b3c85181bb0944da74f" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.8/postgresql-15.8.tar.gz" +MD5SUM="571b4d77498b70fdccd9bc0c12b8a95f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |