mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Bump bundled MathJax version
This commit is contained in:
parent
3d83748f2a
commit
edcfcd9792
@ -18,7 +18,7 @@ class MathJax(ReVendor):
|
|||||||
description = 'Create the MathJax bundle'
|
description = 'Create the MathJax bundle'
|
||||||
NAME = 'mathjax'
|
NAME = 'mathjax'
|
||||||
TAR_NAME = 'MathJax'
|
TAR_NAME = 'MathJax'
|
||||||
VERSION = '3.0.5'
|
VERSION = '3.1.4'
|
||||||
DOWNLOAD_URL = 'https://github.com/mathjax/MathJax/archive/%s.tar.gz' % VERSION
|
DOWNLOAD_URL = 'https://github.com/mathjax/MathJax/archive/%s.tar.gz' % VERSION
|
||||||
|
|
||||||
def add_file_pre(self, name, raw):
|
def add_file_pre(self, name, raw):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user