Skip to content

Commit 13dd9cb

Browse files
setup.py: default to MuPDF-1.24.10.
1 parent 883b891 commit 13dd9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def get_mupdf_internal(out, location=None, sha=None, local_tgz=None):
424424
log(f'get_mupdf_internal(): {out=} {location=} {sha=}')
425425
assert out in ('dir', 'tgz')
426426
if location is None:
427-
location = 'https://mupdf.com/downloads/archive/mupdf-1.24.9-source.tar.gz'
427+
location = 'https://mupdf.com/downloads/archive/mupdf-1.24.10-source.tar.gz'
428428
#location = 'git:--branch master https://github.com/ArtifexSoftware/mupdf.git'
429429

430430
if location == '':

0 commit comments

Comments
 (0)