diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-05-18 07:49:41 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:16 +0700 |
commit | 217784c5d8931e45009db971680e72f9b923fd36 (patch) | |
tree | aa26fdf105ad911c4505bafe9f79684016ee1e8b /python/PyGreSQL/PyGreSQL.SlackBuild | |
parent | 8ae64c06672651f577f8a2ec7c08414b02e96315 (diff) | |
download | slackbuilds-217784c5d8931e45009db971680e72f9b923fd36.tar.gz |
python/PyGreSQL: Updated for version 5.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 99932c9b18..94514602cb 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2018, Christoph Willing, Brisbane Australia +# Copyright 2013-2019, 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.6} +VERSION=${VERSION:-5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |