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 /postgresql/postgresql.SlackBuild | |
parent | c58107ec28238f73086e2af313e323a0d51206f2 (diff) | |
download | slackbuilds-ff09d99234d42e8dba3f1f9b7de8181b6bacbdbd.tar.xz |
postgresql: bump 15.8
Diffstat (limited to 'postgresql/postgresql.SlackBuild')
-rw-r--r-- | postgresql/postgresql.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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} |