Bump bundled liberation fonts from 2.1.1 to 2.1.3

This commit is contained in:
Eli Schwartz 2021-02-25 16:34:56 -05:00
parent 4311cae31a
commit 56c735e060
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

View File

@ -14,8 +14,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.1' VERSION = '2.1.3'
DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/4743886/liberation-fonts-ttf-%s.tar.gz' % VERSION DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/6026893/liberation-fonts-ttf-%s.tar.gz' % VERSION
@property @property
def vendored_dir(self): def vendored_dir(self):