summaryrefslogtreecommitdiffstats
path: root/system/FontAwesome/FontAwesome.SlackBuild
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2023-12-30 15:43:34 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-31 09:25:40 +0700
commitf99acb7e7bdf9beb0816591480f1d4657bf93071 (patch)
treeb0e8c65e07bdb1287d0b8fa8a05f3294504dd4fe /system/FontAwesome/FontAwesome.SlackBuild
parent068a696d59b10537c2925370b2cfd630fb18331e (diff)
downloadslackbuilds-f99acb7e7bdf9beb0816591480f1d4657bf93071.tar.gz
slackbuilds-f99acb7e7bdf9beb0816591480f1d4657bf93071.tar.xz
system/FontAwesome: Update for 6.5.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/FontAwesome/FontAwesome.SlackBuild')
-rw-r--r--system/FontAwesome/FontAwesome.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/system/FontAwesome/FontAwesome.SlackBuild b/system/FontAwesome/FontAwesome.SlackBuild
index 43bde81d9d..ed7d6c29c2 100644
--- a/system/FontAwesome/FontAwesome.SlackBuild
+++ b/system/FontAwesome/FontAwesome.SlackBuild
@@ -2,7 +2,8 @@
# Slackware build script for FontAwesome
-# Copyright 2016 Andre Fernando, Indonesia
+# Copyright 2016 Andre Fernando, Indonesia <ando344@gmail.com>
+# Copyright 2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,16 +26,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=FontAwesome
-VERSION=${VERSION:-6.4.0}
+VERSION=${VERSION:-6.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0