mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/yt-dlp: Updated for version 2023.01.02.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
310cc2e53b
commit
6fb2a4deed
2 changed files with 6 additions and 4 deletions
|
@ -12,10 +12,12 @@
|
|||
# dependency for pipe-viewer (and might be useful as a dep for other
|
||||
# things), it has to exist on SBo.
|
||||
|
||||
# 20230104 bkw: updated for v2023.01.02
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yt-dlp
|
||||
VERSION=${VERSION:-2022.01.21}
|
||||
VERSION=${VERSION:-2023.01.02}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yt-dlp"
|
||||
VERSION="2022.01.21"
|
||||
VERSION="2023.01.02"
|
||||
HOMEPAGE="https://github.com/yt-dlp/yt-dlp"
|
||||
DOWNLOAD="https://github.com/yt-dlp/yt-dlp/releases/download/2022.01.21/yt-dlp.tar.gz"
|
||||
MD5SUM="5cec1f9ba77e03f303932e9b5897d481"
|
||||
DOWNLOAD="https://github.com/yt-dlp/yt-dlp/releases/download/2023.01.02/yt-dlp.tar.gz"
|
||||
MD5SUM="e9a3aab30a8ed498ca94358bc1b234a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue