diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-08-14 15:13:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:53 +0700 |
commit | cb937d0b2247266a2df69d237838e22eea6bc3bc (patch) | |
tree | 4432da1741a40e347b55fc937a8175211104b9ad /network | |
parent | 3d9613f219f146558f6373469eba631c19163401 (diff) | |
download | slackbuilds-cb937d0b2247266a2df69d237838e22eea6bc3bc.tar.gz |
network/youtube-dl: Updated for version 2017.08.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 6 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.SlackBuild | 2 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index 3551c0ee58..48de50de87 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -1220,7 +1220,8 @@ environment variables for expansion should stay intact: \f[C]\-o\ "C:\\%HOMEPATH%\\Desktop\\%%(title)s.%%(ext)s"\f[]. .SS Output template examples .PP -Note on Windows you may need to use double quotes instead of single. +Note that on Windows you may need to use double quotes instead of +single. .IP .nf \f[C] @@ -1395,7 +1396,8 @@ You may want to add it to the configuration file (#configuration) in order not to type it every time you run youtube\-dl. .SS Format selection examples .PP -Note on Windows you may need to use double quotes instead of single. +Note that on Windows you may need to use double quotes instead of +single. .IP .nf \f[C] diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild index 2b310b0378..0584efced3 100644 --- a/network/youtube-dl/youtube-dl.SlackBuild +++ b/network/youtube-dl/youtube-dl.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=youtube-dl SRCNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.07.30.1} +VERSION=${VERSION:-2017.08.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info index e85d725f6d..67035d70db 100644 --- a/network/youtube-dl/youtube-dl.info +++ b/network/youtube-dl/youtube-dl.info @@ -1,8 +1,8 @@ PRGNAM="youtube-dl" -VERSION="2017.07.30.1" +VERSION="2017.08.13" HOMEPAGE="https://rg3.github.io/youtube-dl" -DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.07.30.1/youtube_dl-2017.07.30.1.tar.gz" -MD5SUM="e952ee548f96b17029883567170e16e8" +DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.08.13/youtube_dl-2017.08.13.tar.gz" +MD5SUM="bfd5d89a06a0392baba7bd03333130ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |