aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/ani-cli/ani-cli.SlackBuild18
-rw-r--r--network/ani-cli/ani-cli.info6
-rw-r--r--network/ani-cli/changelog21
3 files changed, 18 insertions, 27 deletions
diff --git a/network/ani-cli/ani-cli.SlackBuild b/network/ani-cli/ani-cli.SlackBuild
index 2bb5f5089c..a4d0327c3c 100644
--- a/network/ani-cli/ani-cli.SlackBuild
+++ b/network/ani-cli/ani-cli.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ani-cli
-# Copyright 2022-2024 Vijay Marcel
+# Copyright 2022-2025 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,14 +22,26 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Changelog for ani-cli SlackBuild Script
+# ---------------------------------------------------------------------------------------
+
+# 26/11/2022:Added to SBo
+# 09/02/2024: 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.
# 20241009 bkw: Modified by SlackBuilds.org, BUILD=2:
# - Bump BUILD for luajit-2.1.x
+# 13/05/2025: updated to version 4.10
+
+# --------------------------------------------------------------------------------------------
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ani-cli
-VERSION=${VERSION:-4.9}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.10}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
diff --git a/network/ani-cli/ani-cli.info b/network/ani-cli/ani-cli.info
index 7b2bf53e98..3a5cbee8db 100644
--- a/network/ani-cli/ani-cli.info
+++ b/network/ani-cli/ani-cli.info
@@ -1,8 +1,8 @@
PRGNAM="ani-cli"
-VERSION="4.9"
+VERSION="4.10"
HOMEPAGE="https://github.com/pystardust/ani-cli"
-DOWNLOAD="https://github.com/pystardust/ani-cli/archive/v4.9/ani-cli-4.9.tar.gz"
-MD5SUM="05813a6ec1fa009629dbc52fa5cf8e2a"
+DOWNLOAD="https://github.com/pystardust/ani-cli/archive/v4.10/ani-cli-4.10.tar.gz"
+MD5SUM="05c578bfd5f53bed460d2acbbb61902d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="aria2 yt-dlp fzf mpv"
diff --git a/network/ani-cli/changelog b/network/ani-cli/changelog
deleted file mode 100644
index 78ef5920bf..0000000000
--- a/network/ani-cli/changelog
+++ /dev/null
@@ -1,21 +0,0 @@
-Changelog for ani-cli SlackBuild Script
---------------------------------------------------------------------
-
-26/11/2022:
-
-Added to SBo
-
-09/02/2024:
-
-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.