python/audible-cli: Updated for version 0.2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2022-09-29 19:49:02 +01:00 committed by Willy Sudiarto Raharjo
parent cea2e9bc9a
commit 4cfd341b0e
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=audible-cli
VERSION=${VERSION:-0.2.3}
VERSION=${VERSION:-0.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="audible-cli"
VERSION="0.2.3"
VERSION="0.2.4"
HOMEPAGE="https://github.com/mkb79/audible-cli"
DOWNLOAD="https://github.com/mkb79/audible-cli/archive/v0.2.3/audible-cli-0.2.3.tar.gz"
MD5SUM="4f4ff56603253efa688d81600885d523"
DOWNLOAD="https://github.com/mkb79/audible-cli/archive/v0.2.4/audible-cli-0.2.4.tar.gz"
MD5SUM="11422ec0c1417489e1fd35fedca2d78a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="audible click python3-aiofiles python3-httpx python3-questionary python3-tabulate tqdm"