diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-01-15 08:03:20 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:45:01 +0700 |
commit | 226665464931c319a20c891d4e880de11ec732bc (patch) | |
tree | b983292c28ee0442b9c5a2077f08681ef5f97fcc /python/PyGreSQL | |
parent | 96c188f73383f0f0e33e1e51121d217a0bca1699 (diff) | |
download | slackbuilds-226665464931c319a20c891d4e880de11ec732bc.tar.gz |
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>
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 719d46aace..5f47869196 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2020, Christoph Willing, Brisbane Australia +# Copyright 2013-2021, 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.2.1} +VERSION=${VERSION:-5.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 2f074e37b1..622e51a294 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="5.2.1" +VERSION="5.2.2" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.1/PyGreSQL-5.2.1.tar.gz" -MD5SUM="57a58fa43d0e73101c049be26de4a715" +DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.2/PyGreSQL-5.2.2.tar.gz" +MD5SUM="96f5a18492be4ad9aa5cf95fe7c1cae6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |