diff options
Diffstat (limited to 'system/postgresql')
-rw-r--r-- | system/postgresql/README | 2 | ||||
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgresql/postgresql.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/system/postgresql/README b/system/postgresql/README index 5e488da224..7a7ef7bd3a 100644 --- a/system/postgresql/README +++ b/system/postgresql/README @@ -12,3 +12,5 @@ Something like this will suffice for most systems: useradd -u 209 -g 209 -d /var/lib/pgsql postgres Feel free to use a different uid and gid if desired, but 209 is recommended to avoid conflicts with other stuff from SlackBuilds.org. + +This version will be supported up to November 2026. diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index aa2b1079d1..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.13} +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 4905ce95c1..02c0b64988 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="14.13" +VERSION="14.19" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.gz" -MD5SUM="94e95f32a531c6a14e169811d9f51afe" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.19/postgresql-14.19.tar.gz" +MD5SUM="f0eaf87d65f96ef9a27f87a47d14341e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |