network/ani-cli: Updated for version 4.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-09-05 13:07:57 +07:00 committed by Willy Sudiarto Raharjo
parent 5ff8119d48
commit 4c21db2fa9
3 changed files with 12 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ani-cli
VERSION=${VERSION:-4.8}
VERSION=${VERSION:-4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="ani-cli"
VERSION="4.8"
VERSION="4.9"
HOMEPAGE="https://github.com/pystardust/ani-cli"
DOWNLOAD="https://github.com/pystardust/ani-cli/archive/v4.8/ani-cli-4.8.tar.gz"
MD5SUM="5111c94ff8b032192774e22da5494db2"
DOWNLOAD="https://github.com/pystardust/ani-cli/archive/v4.9/ani-cli-4.9.tar.gz"
MD5SUM="05813a6ec1fa009629dbc52fa5cf8e2a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="aria2 yt-dlp fzf mpv"

View file

@ -11,3 +11,11 @@ Updated to version 4.8
ani-cli now depends on fzf,aria2 instead of axel
and yt-dlp apart from mpv.Thanks to Andrew Clemons
for helping me figure out fzf.
04/09/2024:
Updated to version 4.9
for x86-64 bit users, fzf is available as a standalone
binary upstream. If you don't want to compile fzf from
source you can download the binary and place it in
/usr/local/bin.ani-cli can find it.