libraries/python-librtmp: Updated for version 0.2.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-03-19 02:57:26 +02:00 committed by Willy Sudiarto Raharjo
parent 58b7d156af
commit 2e334c52ed
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-librtmp
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014 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-librtmp
VERSION=${VERSION:-0.2.0}
VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-librtmp"
VERSION="0.2.0"
VERSION="0.2.1"
HOMEPAGE="https://github.com/chrippa/python-librtmp"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.0.tar.gz"
MD5SUM="50c20025a2ecaf2f06a2f655d22df8fb"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.1.tar.gz"
MD5SUM="4b916c248dd44499a34d007504eda594"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rtmpdump cffi"