Browse Source
system/postgresql15: Updated for version 15.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/322/head
Willy Sudiarto Raharjo
2 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
system/postgresql15/postgresql15.SlackBuild
-
system/postgresql15/postgresql15.info
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=postgresql15 |
|
|
|
SRCNAM=postgresql |
|
|
|
VERSION=${VERSION:-15.13} |
|
|
|
VERSION=${VERSION:-15.14} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="postgresql15" |
|
|
|
VERSION="15.13" |
|
|
|
VERSION="15.14" |
|
|
|
HOMEPAGE="https://www.postgresql.org" |
|
|
|
DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.13/postgresql-15.13.tar.gz" |
|
|
|
MD5SUM="394c1bde053cf7795a7a891c6f7daeda" |
|
|
|
DOWNLOAD="https://ftp.postgresql.org/pub/source/v15.14/postgresql-15.14.tar.gz" |
|
|
|
MD5SUM="8a8e01f9ffeb0784baf3f8453011f9a1" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|