diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-03-09 09:22:30 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 08:46:20 +0700 |
commit | 6b14f59a6deb13498408e94e9b7066d75d518f0d (patch) | |
tree | 256b22aad1c2fda19873b9283ae95b38aeacb106 /python/PyGreSQL/PyGreSQL.SlackBuild | |
parent | e97f9a1b0b3bdc11b0ab09f6a7f475b1a5afc990 (diff) |
python/PyGreSQL: Updated for version 5.1.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/PyGreSQL/PyGreSQL.SlackBuild')
-rw-r--r-- | python/PyGreSQL/PyGreSQL.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 94514602cbf9..2ccd164bcbce 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} |