libraries/python-librtmp: Updated for version 0.3.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-08-26 06:25:46 +03:00 committed by Willy Sudiarto Raharjo
parent ffd7f00ed1
commit 9a4da9fdb9
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="python-librtmp"
VERSION="0.2.2"
VERSION="0.3.0"
HOMEPAGE="https://github.com/chrippa/python-librtmp"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.2.tar.gz"
MD5SUM="ac57c566f7e40d6e215715a7db2ced19"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.3.0.tar.gz"
MD5SUM="f7afe8d463214072281998fa84553927"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rtmpdump cffi"