mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/youtube-dl: Updated for version 2021.01.03.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2769f63feb
commit
c6abcba621
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for youtube-dl
|
||||
# Copyright 2010 GPLeo <gpleomail@gmail.com>
|
||||
# Copyright 2010-2012 byteframe <byteframe@gmail.com>
|
||||
# Copyright 2015-2020 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2021 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2020.12.22}
|
||||
VERSION=${VERSION:-2021.01.03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2020.12.22"
|
||||
VERSION="2021.01.03"
|
||||
HOMEPAGE="http://www.yt-dl.org/"
|
||||
DOWNLOAD="https://yt-dl.org/downloads/2020.12.22/youtube-dl-2020.12.22.tar.gz"
|
||||
MD5SUM="4647252198fffea142a957832499de1c"
|
||||
DOWNLOAD="https://yt-dl.org/downloads/2021.01.03/youtube-dl-2021.01.03.tar.gz"
|
||||
MD5SUM="dd0c12f4e082613548c185885dca58a5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue