mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/python-librtmp: Updated for version 0.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ffd7f00ed1
commit
9a4da9fdb9
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue