diff options
Diffstat (limited to 'python')
-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" |