diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-11 08:31:38 +1000 |
---|---|---|
committer | Christoph Willing <chris.willing@linux.com> | 2017-05-11 09:03:36 +1000 |
commit | b18abf8d35a1db62e82e6a6180d169f4ae4b5cad (patch) | |
tree | ca8bfc5f39c94c34d130e5be85f8e3bbd9e84c45 /python/PyGreSQL | |
parent | c9f7dd1a88106fd163f8f6e69cd7488064935f4a (diff) | |
download | slackbuilds-b18abf8d35a1db62e82e6a6180d169f4ae4b5cad.tar.gz |
python/PyGreSQL: Updated for version 5.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/PyGreSQL')
-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 439eedc9f7..3c8fa08569 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2016, Christoph Willing, Brisbane Australia +# Copyright 2013-2017, 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.2} +VERSION=${VERSION:-5.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 8852f1a4f9..8522df11ce 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="5.0.2" +VERSION="5.0.3" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="https://pypi.python.org/packages/ad/1f/40bfe4a1388feb035decc5cfa1b5b754755feac68c169962a4a8666e4161/PyGreSQL-5.0.2.tar.gz" -MD5SUM="db4384841cdc5f0e48ee1180835942bc" +DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.0.3.tar.gz" +MD5SUM="8bb46b28ed99140b57679e1c03162ea1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |