network/yle-dl: Updated for version 20240806.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2024-08-16 17:35:13 +03:00 committed by Willy Sudiarto Raharjo
parent 48943fcf44
commit f56640f1f8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yle-dl
VERSION=${VERSION:-20240706}
VERSION=${VERSION:-20240806}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="yle-dl"
VERSION="20240706"
VERSION="20240806"
HOMEPAGE="https://aajanki.github.io/yle-dl/"
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20240706/yle-dl-20240706.tar.gz"
MD5SUM="feca29d9c21a6e6b453554c9c765481e"
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20240806/yle-dl-20240806.tar.gz"
MD5SUM="b2ffca166bac598deaaed1b8945fa435"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lxml python3-configargparse"