diff --git a/media-fonts/cascadia_code/cascadia_code-2009.14.recipe b/media-fonts/cascadia_code/cascadia_code-2102.03.recipe similarity index 77% rename from media-fonts/cascadia_code/cascadia_code-2009.14.recipe rename to media-fonts/cascadia_code/cascadia_code-2102.03.recipe index 88207b80d..feaeea436 100644 --- a/media-fonts/cascadia_code/cascadia_code-2009.14.recipe +++ b/media-fonts/cascadia_code/cascadia_code-2102.03.recipe @@ -3,12 +3,12 @@ DESCRIPTION="This is a fun, new monospaced font that includes programming \ ligatures and is designed to enhance the modern look and feel of the Windows \ Terminal." HOMEPAGE="https://github.com/microsoft/cascadia-code/" -COPYRIGHT="2020, Microsoft Corporation" +COPYRIGHT="2021, Microsoft Corporation" LICENSE="SIL Open Font License v1.1" REVISION="1" SOURCE_URI="https://github.com/microsoft/cascadia-code/releases/download/v$portVersion/CascadiaCode-$portVersion.zip" -CHECKSUM_SHA256="7a08523d2d68ef3c6efdd5336dd49aa2698dd348fa4734463a17719632bbc3c8" -SOURCE_DIR="otf" +CHECKSUM_SHA256="6c96e5ffab9dbe0802a232bf5cb3c8538ee22a10e70c7897a3b3924a4b1b2e36" +SOURCE_DIR="ttf" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" @@ -26,7 +26,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/otfonts + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} - cp static/*.otf ${FONTDIR} + cp static/*.ttf ${FONTDIR} }