From 4b77821f285ffdfb2156903ab644457ab8e6c288 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Fri, 26 Feb 2021 10:17:51 +0000 Subject: [PATCH] liberation-fonts-ttf: update to 2.1.5 update 2.1.2 (2020-12-21) to 2.1.5 (2021-09-30) release notes: - https://github.com/liberationfonts/liberation-fonts/releases/tag/2.1.3 - https://github.com/liberationfonts/liberation-fonts/releases/tag/2.1.4 - https://github.com/liberationfonts/liberation-fonts/releases/tag/2.1.5 * Thu Sep 30 2021 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.5 version - Resolves #40: More fixes to Superscript and subscript Numbers missing issues -- fixed inconsistent weight, missing glyphs and GSUB issues * Tue May 04 2021 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.4 version - Resolves #40: Superscript and subscript Numbers missing - Resolves #24: Gender symbol are inconsistent in Sans * Tue Feb 23 2021 Vishal Vijayraghavan - Releasing liberation-fonts 2.1.3 version - Resolves #37: U+2262,2669,266C too wide - Resolves Bugzilla #1464310: Tilded G not works with Liberation Sans and Serif --- packages/x11/font/liberation-fonts-ttf/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/x11/font/liberation-fonts-ttf/package.mk b/packages/x11/font/liberation-fonts-ttf/package.mk index 243c4f0b43..9fa15a47b4 100644 --- a/packages/x11/font/liberation-fonts-ttf/package.mk +++ b/packages/x11/font/liberation-fonts-ttf/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv) PKG_NAME="liberation-fonts-ttf" -PKG_VERSION="2.1.2" -PKG_SHA256="14694930f28391675008c67b18889d1a7dfea74b16adf50394f8057b57eaf8e0" +PKG_VERSION="2.1.5" +PKG_SHA256="7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0" PKG_LICENSE="OFL1_1" PKG_SITE="https://github.com/liberationfonts/liberation-fonts" -PKG_URL="https://github.com/liberationfonts/liberation-fonts/files/5722233/${PKG_NAME}-${PKG_VERSION}.tar.gz" +PKG_URL="https://github.com/liberationfonts/liberation-fonts/files/7261482/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain util-macros" PKG_LONGDESC="This packages included the high-quality and open-sourced TrueType vector fonts." PKG_TOOLCHAIN="manual"