mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/youtube-dl: Updated for version 2021.12.17
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b5ba192623
commit
93b9cd29db
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2021.06.06}
|
||||
VERSION=${VERSION:-2021.12.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2021.06.06"
|
||||
VERSION="2021.12.17"
|
||||
HOMEPAGE="http://www.yt-dl.org/"
|
||||
DOWNLOAD="https://www.yt-dl.org/downloads/2021.06.06/youtube-dl-2021.06.06.tar.gz"
|
||||
MD5SUM="7cb8381a58c851050afa6ac7ab060faf"
|
||||
DOWNLOAD="https://www.yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz"
|
||||
MD5SUM="64b373c39c30c314cda9396c6a3f731f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue