From 56c735e060d14849842634f84d82db858525d00d Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 25 Feb 2021 16:34:56 -0500 Subject: [PATCH] Bump bundled liberation fonts from 2.1.1 to 2.1.3 --- setup/liberation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/liberation.py b/setup/liberation.py index 797b05ceb6..509320bc31 100644 --- a/setup/liberation.py +++ b/setup/liberation.py @@ -14,8 +14,8 @@ class LiberationFonts(ReVendor): description = 'Download the Liberation fonts' NAME = 'liberation_fonts' TAR_NAME = 'liberation-fonts' - VERSION = '2.1.1' - DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/4743886/liberation-fonts-ttf-%s.tar.gz' % VERSION + VERSION = '2.1.3' + DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/6026893/liberation-fonts-ttf-%s.tar.gz' % VERSION @property def vendored_dir(self):