fira_fonts: bump version (#3602)

This commit is contained in:
hanya
2019-02-03 18:14:52 +00:00
committed by waddlesplash
parent 254c04aa3d
commit 22489473ae

View File

@@ -6,12 +6,12 @@ handsets varying in screen quality and rendering. When working with Fira Sans \
it is recommended that micro font sizes that fall below our guidelines are avoided. it is recommended that micro font sizes that fall below our guidelines are avoided.
This also includes the Fira Mono typeface. This also includes the Fira Mono typeface.
" "
HOMEPAGE="http://www.carrois.com/fira-3-1/" HOMEPAGE="https://github.com/mozilla/Fira"
COPYRIGHT="2014, Mozilla Foundation, Telefonica S.A." COPYRIGHT="2015, Mozilla Foundation, Telefonica S.A."
LICENSE="SIL Open Font License v1.1" LICENSE="SIL Open Font License v1.1"
REVISION="1" REVISION="1"
SOURCE_URI="http://www.carrois.com/wordpress/downloads/fira_3_1/FiraFonts3111.zip" SOURCE_URI="https://github.com/mozilla/Fira/archive/4.202.tar.gz"
CHECKSUM_SHA256="3ced3df236b0b0eec1b390885c53ac02f3e3f830e9449414230717334a0b2457" CHECKSUM_SHA256="d86269657387f144d77ba12011124f30f423f70672e1576dc16f918bb16ddfe4"
SOURCE_DIR="" SOURCE_DIR=""
ARCHITECTURES="any" ARCHITECTURES="any"
@@ -32,5 +32,5 @@ INSTALL()
{ {
FONTDIR=$fontsDir/otfonts FONTDIR=$fontsDir/otfonts
mkdir -p ${FONTDIR} mkdir -p ${FONTDIR}
cp */*/OTF/*.otf ${FONTDIR} cp */otf/*.otf ${FONTDIR}
} }