system/FontAwesome: Update for 6.5.1 (+new maintainer)

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2023-12-30 15:43:34 -08:00 committed by Willy Sudiarto Raharjo
parent 068a696d59
commit f99acb7e7b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 10 deletions

View File

@ -2,7 +2,8 @@
# Slackware build script for FontAwesome # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,16 +26,13 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=FontAwesome PRGNAM=FontAwesome
VERSION=${VERSION:-6.4.0} VERSION=${VERSION:-6.5.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch 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 if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0 exit 0

View File

@ -1,10 +1,10 @@
PRGNAM="FontAwesome" PRGNAM="FontAwesome"
VERSION="6.4.0" VERSION="6.5.1"
HOMEPAGE="https://fontawesome.com/" HOMEPAGE="https://fontawesome.com/"
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.4.0/Font-Awesome-6.4.0.tar.gz" DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.5.1/Font-Awesome-6.5.1.tar.gz"
MD5SUM="5a987478de2af177cb2b7c5cb2e86100" MD5SUM="cf3cd21247cbf5e22c07baac55de9da6"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="Andre Fernando" MAINTAINER="Isaac Yu"
EMAIL="ando344@gmail.com" EMAIL="isaacyu@protonmail.com"