mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
system/FontAwesome: Update for 6.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
58d244fd48
commit
b8973c0ffd
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=FontAwesome
|
||||
VERSION=${VERSION:-6.5.1}
|
||||
VERSION=${VERSION:-6.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="FontAwesome"
|
||||
VERSION="6.5.1"
|
||||
VERSION="6.5.2"
|
||||
HOMEPAGE="https://fontawesome.com/"
|
||||
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.5.1/Font-Awesome-6.5.1.tar.gz"
|
||||
MD5SUM="cf3cd21247cbf5e22c07baac55de9da6"
|
||||
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.5.2/Font-Awesome-6.5.2.tar.gz"
|
||||
MD5SUM="a13a0af66d2e0bbcbeece51a32e44d51"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue