diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-05-18 07:49:41 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:16 +0700 |
commit | 217784c5d8931e45009db971680e72f9b923fd36 (patch) | |
tree | aa26fdf105ad911c4505bafe9f79684016ee1e8b | |
parent | 8ae64c06672651f577f8a2ec7c08414b02e96315 (diff) | |
download | slackbuilds-217784c5d8931e45009db971680e72f9b923fd36.tar.gz |
python/PyGreSQL: Updated for version 5.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r-- | python/PyGreSQL/PyGreSQL.SlackBuild | 4 | ||||
-rw-r--r-- | python/PyGreSQL/PyGreSQL.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 99932c9b18..94514602cb 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2018, Christoph Willing, Brisbane Australia +# Copyright 2013-2019, Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=PyGreSQL -VERSION=${VERSION:-5.0.6} +VERSION=${VERSION:-5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 09c567360c..68c7a81293 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="5.0.6" +VERSION="5.1" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.0.6.tar.gz" -MD5SUM="1494b51da3251db4bc519ea9c893fde4" +DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.1.tar.gz" +MD5SUM="ff802fcd9f7504f1e67e5e3bd4ac6a7e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |