From 688ee5c0e8d01fdec1cdf50fdfe759175692047b Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 16 May 2022 22:06:57 +0700 Subject: system/postgresql: Updated for version 14.3. Signed-off-by: Willy Sudiarto Raharjo --- system/postgresql/postgresql.SlackBuild | 7 ++----- system/postgresql/postgresql.info | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'system') diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 2c64bf5d5e667..443848f76a4bd 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql -VERSION=${VERSION:-14.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-14.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,9 +48,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info index 0294de4947f2b..21f9a1bd4cea0 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,8 +1,8 @@ PRGNAM="postgresql" -VERSION="14.2" +VERSION="14.3" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.2/postgresql-14.2.tar.gz" -MD5SUM="732df5d7fc3bafa272c357ed5491c5be" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.3/postgresql-14.3.tar.gz" +MD5SUM="25537255e3467a21418751a801b522c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3