python/python-twitter: Updated for version 2.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-02-11 06:13:49 +02:00 committed by Willy Sudiarto Raharjo
parent 6d92e558ed
commit f6d4235583
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-twitter
VERSION=${VERSION:-2.0}
VERSION=${VERSION:-2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-twitter"
VERSION="2.0"
VERSION="2.2"
HOMEPAGE="https://github.com/bear/python-twitter"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitter-2.0.tar.gz"
MD5SUM="a232cac55f121509da7fc2db15ef9614"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitter-2.2.tar.gz"
MD5SUM="eab697b3a9bc6bf3432d09a489f4ed8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="simplejson requests-oauthlib"