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:
parent
96c188f733
commit
2266654649
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue