python/PyGreSQL: Updated for version 5.2.2

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2021-01-15 08:03:20 +10:00 committed by Willy Sudiarto Raharjo
parent 96c188f733
commit 2266654649
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for PyGreSQL # Slackware build script for PyGreSQL
# Copyright 2013-2020, Christoph Willing, Brisbane Australia # Copyright 2013-2021, Christoph Willing, Brisbane Australia
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=PyGreSQL PRGNAM=PyGreSQL
VERSION=${VERSION:-5.2.1} VERSION=${VERSION:-5.2.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="PyGreSQL" PRGNAM="PyGreSQL"
VERSION="5.2.1" VERSION="5.2.2"
HOMEPAGE="http://www.pygresql.org" HOMEPAGE="http://www.pygresql.org"
DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.1/PyGreSQL-5.2.1.tar.gz" DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.2/PyGreSQL-5.2.2.tar.gz"
MD5SUM="57a58fa43d0e73101c049be26de4a715" MD5SUM="96f5a18492be4ad9aa5cf95fe7c1cae6"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="postgresql" REQUIRES="postgresql"