diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-12-10 09:39:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-12 07:18:46 +0700 |
commit | 4b7d915247322a8cc053235de2ce1d0a8a635f20 (patch) | |
tree | fae5b50ea5496df90d70dd3f3d8431fd1d42967c /python/PyGithub/PyGithub.SlackBuild | |
parent | 6275eb119f6acc9fcf443b881b0d3dae3a0c6369 (diff) |
python/PyGithub: Updated for version 1.26.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/PyGithub/PyGithub.SlackBuild')
-rw-r--r-- | python/PyGithub/PyGithub.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/PyGithub/PyGithub.SlackBuild b/python/PyGithub/PyGithub.SlackBuild index edbcd9fa90ebe..328017eda514f 100644 --- a/python/PyGithub/PyGithub.SlackBuild +++ b/python/PyGithub/PyGithub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGithub -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # 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=PyGithub -VERSION=${VERSION:-1.25.2} +VERSION=${VERSION:-1.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |