mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/youtube-dl: Updated for version 2017.04.26.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8e977b2171
commit
e3e14bbd88
3 changed files with 10 additions and 4 deletions
|
@ -312,6 +312,12 @@ Abort downloading when some fragment is not available
|
|||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-keep\-fragments
|
||||
Keep downloaded fragments on disk after downloading is finished;
|
||||
fragments are erased by default
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-buffer\-size \f[I]SIZE\f[]
|
||||
Size of download buffer (e.g.
|
||||
1024 or 16K) (default is 1024)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2017.04.17}
|
||||
VERSION=${VERSION:-2017.04.26}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2017.04.17"
|
||||
VERSION="2017.04.26"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.04.17.tar.gz"
|
||||
MD5SUM="859d4ef7eb8f19ca43b2d60b8452d3e2"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.04.26.tar.gz"
|
||||
MD5SUM="eca213c19a47c67a3b39cee2ad729705"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue