From 1f73ea3a2dc48d2ee181daa489db5b1966f8af0f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 10 May 2025 11:36:59 +0700 Subject: [PATCH] system/postgresql17: Updated for version 17.5. Signed-off-by: Willy Sudiarto Raharjo --- system/postgresql17/postgresql17.SlackBuild | 4 ++-- system/postgresql17/postgresql17.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/system/postgresql17/postgresql17.SlackBuild b/system/postgresql17/postgresql17.SlackBuild index 80b3a79c9a..095695331a 100644 --- a/system/postgresql17/postgresql17.SlackBuild +++ b/system/postgresql17/postgresql17.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql17 SRCNAM=postgresql -VERSION=${VERSION:-17.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-17.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/postgresql17/postgresql17.info b/system/postgresql17/postgresql17.info index 7b679c8c0a..224b33484d 100644 --- a/system/postgresql17/postgresql17.info +++ b/system/postgresql17/postgresql17.info @@ -1,8 +1,8 @@ PRGNAM="postgresql17" -VERSION="17.4" +VERSION="17.5" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v17.4/postgresql-17.4.tar.gz" -MD5SUM="6c6cb3f34286ca839077176b714f494d" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v17.5/postgresql-17.5.tar.gz" +MD5SUM="47098fbe7fbebb9161d93f38f3733e12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""