cascadia: bump version (#5702)

This commit is contained in:
Emir Sarı
2021-02-12 14:25:20 +03:00
committed by GitHub
parent 304fff99fa
commit 43a5c8cf6a

View File

@@ -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}
}