summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Rinne <markus.ka.rinne@gmail.com>2020-06-29 07:41:54 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-08-29 10:07:58 +0700
commitc29597cef148e579062a0ff4733df6dc6b4b3ffb (patch)
treeccc1d75b60ef8ec1aa4e6b2b3ff2d23fc61b520e
parent176e964062ea75da3e69f8cff93777b4c732bbf3 (diff)
downloadslackbuilds-c29597cef148e579062a0ff4733df6dc6b4b3ffb.tar.gz
slackbuilds-c29597cef148e579062a0ff4733df6dc6b4b3ffb.tar.xz
network/yle-dl: Updated for version 20200628.
This commit also updates README to match the dependencies of the new version. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/yle-dl/README3
-rw-r--r--network/yle-dl/yle-dl.SlackBuild2
-rw-r--r--network/yle-dl/yle-dl.info6
3 files changed, 4 insertions, 7 deletions
diff --git a/network/yle-dl/README b/network/yle-dl/README
index c38646071b..170d0a6712 100644
--- a/network/yle-dl/README
+++ b/network/yle-dl/README
@@ -1,5 +1,2 @@
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 some Elävä
-Arkisto streams.
diff --git a/network/yle-dl/yle-dl.SlackBuild b/network/yle-dl/yle-dl.SlackBuild
index 7ec916941b..8820cbd600 100644
--- a/network/yle-dl/yle-dl.SlackBuild
+++ b/network/yle-dl/yle-dl.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yle-dl
-VERSION=${VERSION:-20200618}
+VERSION=${VERSION:-20200628}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/yle-dl/yle-dl.info b/network/yle-dl/yle-dl.info
index 23555ce6de..d63f090898 100644
--- a/network/yle-dl/yle-dl.info
+++ b/network/yle-dl/yle-dl.info
@@ -1,8 +1,8 @@
PRGNAM="yle-dl"
-VERSION="20200618"
+VERSION="20200628"
HOMEPAGE="https://aajanki.github.io/yle-dl/"
-DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20200618/yle-dl-20200618.tar.gz"
-MD5SUM="37f492f641b95e134c4a92bbf40dd075"
+DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20200628/yle-dl-20200628.tar.gz"
+MD5SUM="f910277be06a9fdf2b9dd747a23b2de9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="attrs ffmpeg lxml mini-amf python-configargparse python-future python-requests"