aboutsummaryrefslogtreecommitdiff
path: root/system/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-16 22:06:57 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:34 +0700
commit688ee5c0e8d01fdec1cdf50fdfe759175692047b (patch)
treead9358701d32b8c30e6805f48cf1d87e0d737d6f /system/postgresql/postgresql.SlackBuild
parentf8b6d6cc973d1bdb26cb3fae34825ceb9571da5b (diff)
system/postgresql: Updated for version 14.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r--system/postgresql/postgresql.SlackBuild7
1 files changed, 2 insertions, 5 deletions
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