network/yle-dl: Updated for version 20190203.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2019-02-03 19:56:39 +02:00 committed by Willy Sudiarto Raharjo
parent 3e63b303cb
commit aa292368b2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
yle-dl is a tool for downloading media files from the video streaming
services of the Finnish national broadcasting company Yle.
rtmpdump is an optional dependency. It's needed for downloading Areena
audio streams.
rtmpdump is an optional dependency. It's needed for downloading some Elävä
Arkisto streams.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yle-dl
VERSION=${VERSION:-20181221}
VERSION=${VERSION:-20190203}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="yle-dl"
VERSION="20181221"
VERSION="20190203"
HOMEPAGE="https://aajanki.github.io/yle-dl/"
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20181221/yle-dl-20181221.tar.gz"
MD5SUM="e653e0af7e9840c4a576ef6de812f8ae"
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20190203/yle-dl-20190203.tar.gz"
MD5SUM="27abf906bcf944dd2fb37868962c2e96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="attrs ffmpeg lxml mini-amf pycryptodome python-configargparse python-future python-requests"