diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-05-25 19:12:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:28:52 +0700 |
commit | 025d1f6b4868bf2f5e26ff4e889ff70ce061efe0 (patch) | |
tree | b33d4d1435a6ad7b27d32e1e5c7b2230a4f7bf7e /python/python-twitter/python-twitter.SlackBuild | |
parent | 850cf94fed0130d1977e86a49fca1aa37ea75d59 (diff) |
python/python-twitter: Updated for version 3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-twitter/python-twitter.SlackBuild')
-rw-r--r-- | python/python-twitter/python-twitter.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-twitter/python-twitter.SlackBuild b/python/python-twitter/python-twitter.SlackBuild index 544aed3609c78..6f954fadfba03 100644 --- a/python/python-twitter/python-twitter.SlackBuild +++ b/python/python-twitter/python-twitter.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-twitter # Written by Steven Pledger <piratesmack@ymail.com> -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 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=python-twitter -VERSION=${VERSION:-3.2} +VERSION=${VERSION:-3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |