diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-04-08 18:34:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:37 +0700 |
commit | 4ec71d31ce36016bf23acfe5df0699780a05ada8 (patch) | |
tree | aa4fb5f9390a58df51eeca19378a78ff7e515787 /python/PyGithub/PyGithub.SlackBuild | |
parent | a71846832004bcaf84bd9a739e655cfbe0c0b6aa (diff) |
python/PyGithub: Updated for version 1.38.
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 beb8d1da6b..752da1be70 100644 --- a/python/PyGithub/PyGithub.SlackBuild +++ b/python/PyGithub/PyGithub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGithub -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.35} +VERSION=${VERSION:-1.38} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |