diff options
-rw-r--r-- | python/PyGreSQL/PyGreSQL.SlackBuild | 4 | ||||
-rw-r--r-- | python/PyGreSQL/PyGreSQL.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 94514602cbf9d..2ccd164bcbcee 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2019, Christoph Willing, Brisbane Australia +# Copyright 2013-2020, 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.1} +VERSION=${VERSION:-5.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 6fd6a26c35877..1c500ae1deaff 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" VERSION="5.1" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.1.tar.gz" -MD5SUM="fab1df5db2122b7251d7f088c9323130" +DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.1.1/PyGreSQL-5.1.1.tar.gz" +MD5SUM="7a173aff0055ee5ec9a522a22325e91f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |