Bump the version of Liberation fonts bundled

This commit is contained in:
Kovid Goyal 2024-03-13 09:13:03 +05:30
parent 8fc35d8999
commit 5d6ab97c43
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -12,8 +12,8 @@ class LiberationFonts(ReVendor):
description = 'Download the Liberation fonts' description = 'Download the Liberation fonts'
NAME = 'liberation_fonts' NAME = 'liberation_fonts'
TAR_NAME = 'liberation-fonts' TAR_NAME = 'liberation-fonts'
VERSION = '2.1.3' VERSION = '2.1.5'
DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/6026893/liberation-fonts-ttf-%s.tar.gz' % VERSION DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-2.1.5.tar.gz'
@property @property
def vendored_dir(self): def vendored_dir(self):