Browse Source

system/postgresql: Updated for version 14.15.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
Andrew Clemons 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
38460e7e7c
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      system/postgresql/postgresql.SlackBuild
  2. 6
      system/postgresql/postgresql.info

2
system/postgresql/postgresql.SlackBuild

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql
VERSION=${VERSION:-14.13}
VERSION=${VERSION:-14.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
system/postgresql/postgresql.info

@ -1,8 +1,8 @@
PRGNAM="postgresql"
VERSION="14.13"
VERSION="14.15"
HOMEPAGE="https://www.postgresql.org"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.gz"
MD5SUM="94e95f32a531c6a14e169811d9f51afe"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.15/postgresql-14.15.tar.gz"
MD5SUM="f474e13de1cd51de83516dcdaf7edf1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save