diff --git a/media-fonts/fira_fonts/fira_fonts-3.111.recipe b/media-fonts/fira_fonts/fira_fonts-4.202.recipe similarity index 70% rename from media-fonts/fira_fonts/fira_fonts-3.111.recipe rename to media-fonts/fira_fonts/fira_fonts-4.202.recipe index f2037011e..db85c732a 100644 --- a/media-fonts/fira_fonts/fira_fonts-3.111.recipe +++ b/media-fonts/fira_fonts/fira_fonts-4.202.recipe @@ -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. This also includes the Fira Mono typeface. " -HOMEPAGE="http://www.carrois.com/fira-3-1/" -COPYRIGHT="2014, Mozilla Foundation, Telefonica S.A." +HOMEPAGE="https://github.com/mozilla/Fira" +COPYRIGHT="2015, Mozilla Foundation, Telefonica S.A." LICENSE="SIL Open Font License v1.1" REVISION="1" -SOURCE_URI="http://www.carrois.com/wordpress/downloads/fira_3_1/FiraFonts3111.zip" -CHECKSUM_SHA256="3ced3df236b0b0eec1b390885c53ac02f3e3f830e9449414230717334a0b2457" +SOURCE_URI="https://github.com/mozilla/Fira/archive/4.202.tar.gz" +CHECKSUM_SHA256="d86269657387f144d77ba12011124f30f423f70672e1576dc16f918bb16ddfe4" SOURCE_DIR="" ARCHITECTURES="any" @@ -32,5 +32,5 @@ INSTALL() { FONTDIR=$fontsDir/otfonts mkdir -p ${FONTDIR} - cp */*/OTF/*.otf ${FONTDIR} + cp */otf/*.otf ${FONTDIR} }