Skip to content

Commit 563b7f3

Browse files
setup.py: default to build with MuPDF 1.21.0-source.tar.gz.
1 parent b70e95f commit 563b7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.21.0-rc1-source.tar.gz',
398+
'https://mupdf.com/downloads/archive/mupdf-1.21.0-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)