From f99acb7e7bdf9beb0816591480f1d4657bf93071 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Sat, 30 Dec 2023 15:43:34 -0800 Subject: system/FontAwesome: Update for 6.5.1 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- system/FontAwesome/FontAwesome.SlackBuild | 8 +++----- system/FontAwesome/FontAwesome.info | 10 +++++----- 2 files changed, 8 insertions(+), 10 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 +# Copyright 2024 Isaac Yu # 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 diff --git a/system/FontAwesome/FontAwesome.info b/system/FontAwesome/FontAwesome.info index 138820a4b2..6b83bdafdd 100644 --- a/system/FontAwesome/FontAwesome.info +++ b/system/FontAwesome/FontAwesome.info @@ -1,10 +1,10 @@ PRGNAM="FontAwesome" -VERSION="6.4.0" +VERSION="6.5.1" HOMEPAGE="https://fontawesome.com/" -DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.4.0/Font-Awesome-6.4.0.tar.gz" -MD5SUM="5a987478de2af177cb2b7c5cb2e86100" +DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.5.1/Font-Awesome-6.5.1.tar.gz" +MD5SUM="cf3cd21247cbf5e22c07baac55de9da6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Andre Fernando" -EMAIL="ando344@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu@protonmail.com" -- cgit v1.2.3-65-gdbad