diff options
-rw-r--r-- | system/postgresql17/postgresql17.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgresql17/postgresql17.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/postgresql17/postgresql17.SlackBuild b/system/postgresql17/postgresql17.SlackBuild index 79c319ab26..748491e283 100644 --- a/system/postgresql17/postgresql17.SlackBuild +++ b/system/postgresql17/postgresql17.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql17 SRCNAM=postgresql -VERSION=${VERSION:-17.3} +VERSION=${VERSION:-17.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql17/postgresql17.info b/system/postgresql17/postgresql17.info index b508543230..7b679c8c0a 100644 --- a/system/postgresql17/postgresql17.info +++ b/system/postgresql17/postgresql17.info @@ -1,8 +1,8 @@ PRGNAM="postgresql17" -VERSION="17.3" +VERSION="17.4" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v17.3/postgresql-17.3.tar.gz" -MD5SUM="00611deb8edc255558c7c666112f0a1d" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v17.4/postgresql-17.4.tar.gz" +MD5SUM="6c6cb3f34286ca839077176b714f494d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |