aboutsummaryrefslogtreecommitdiff
path: root/network/ani-cli/ani-cli.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/ani-cli/ani-cli.SlackBuild')
-rw-r--r--network/ani-cli/ani-cli.SlackBuild18
1 files changed, 15 insertions, 3 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