mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/python-librtmp: Updated for version 0.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
88076fe386
commit
caa402f71b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-librtmp
|
||||
|
||||
# Copyright 2014 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.1}
|
||||
VERSION=${VERSION:-0.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-librtmp"
|
||||
VERSION="0.2.1"
|
||||
VERSION="0.2.2"
|
||||
HOMEPAGE="https://github.com/chrippa/python-librtmp"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.1.tar.gz"
|
||||
MD5SUM="4b916c248dd44499a34d007504eda594"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.2.tar.gz"
|
||||
MD5SUM="ac57c566f7e40d6e215715a7db2ced19"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rtmpdump cffi"
|
||||
|
|
Loading…
Reference in a new issue