network/yle-dl: Updated for version 20220704.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9adab40c43
commit
21bb03c9fb
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yle-dl
|
||||
VERSION=${VERSION:-20220610}
|
||||
VERSION=${VERSION:-20220704}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yle-dl"
|
||||
VERSION="20220610"
|
||||
VERSION="20220704"
|
||||
HOMEPAGE="https://aajanki.github.io/yle-dl/"
|
||||
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20220610/yle-dl-20220610.tar.gz"
|
||||
MD5SUM="f2616debd5cfac6778d2815f2e41e5b8"
|
||||
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20220704/yle-dl-20220704.tar.gz"
|
||||
MD5SUM="c44a3152e7460e2ec10e6c75b1990775"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lxml python3-attrs python3-configargparse"
|
||||
|
|
Loading…
Reference in New Issue