network/youtube-dl: Updated for version 2017.08.13.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-08-14 15:13:45 +02:00 committed by Willy Sudiarto Raharjo
parent 3d9613f219
commit cb937d0b22
3 changed files with 8 additions and 6 deletions

View file

@ -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]

View file

@ -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}

View file

@ -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=""