diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-16 22:06:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:34 +0700 |
commit | 688ee5c0e8d01fdec1cdf50fdfe759175692047b (patch) | |
tree | ad9358701d32b8c30e6805f48cf1d87e0d737d6f /system/postgresql | |
parent | f8b6d6cc973d1bdb26cb3fae34825ceb9571da5b (diff) |
system/postgresql: Updated for version 14.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 7 | ||||
-rw-r--r-- | system/postgresql/postgresql.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 2c64bf5d5e66..443848f76a4b 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 0294de4947f2..21f9a1bd4cea 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="" |