From 5d6ab97c438c4ff44dc0baf1d016cca8ef03c212 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Mar 2024 09:13:03 +0530 Subject: [PATCH] Bump the version of Liberation fonts bundled --- setup/liberation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/liberation.py b/setup/liberation.py index 2c30db9474..c36a7ee154 100644 --- a/setup/liberation.py +++ b/setup/liberation.py @@ -12,8 +12,8 @@ class LiberationFonts(ReVendor): description = 'Download the Liberation fonts' NAME = 'liberation_fonts' TAR_NAME = 'liberation-fonts' - VERSION = '2.1.3' - DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/6026893/liberation-fonts-ttf-%s.tar.gz' % VERSION + VERSION = '2.1.5' + DOWNLOAD_URL = 'https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-2.1.5.tar.gz' @property def vendored_dir(self):