Skip to content

Commit f0b0a93

Browse files
setup.py: default to build with mupdf release candidate mupdf-1.21.0-rc1-source.tar.gz.
1 parent 3b7c135 commit f0b0a93

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
@@ -395,7 +395,7 @@ def get_mupdf_tgz():
395395
'''
396396
mupdf_url_or_local = os.environ.get(
397397
'PYMUPDF_SETUP_MUPDF_TGZ',
398-
'https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz',
398+
'https://mupdf.com/downloads/archive/mupdf-1.21.0-rc1-source.tar.gz',
399399
)
400400
log( f'mupdf_url_or_local={mupdf_url_or_local!r}')
401401
if mupdf_url_or_local == '':

0 commit comments

Comments
 (0)