File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ local mupdf = {
3434}
3535-- this cannot get adapted by the cdecl file because it is a
3636-- string constant. Must match the actual mupdf API:
37- local FZ_VERSION = " 1.26.11 "
37+ local FZ_VERSION = " 1.26.12 "
3838
3939local document_mt = { __index = {} }
4040local page_mt = { __index = {} }
Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ list(APPEND BUILD_CMD COMMAND ${MAKE_CMD} libs)
119119list (APPEND INSTALL_CMD COMMAND ${MAKE_CMD} DESTDIR=${STAGING_DIR} prefix =/ install -libs)
120120
121121external_project(
122- DOWNLOAD URL fbc0a62661f5d28ebfaa367c5301d170
123- https://github.com/ArtifexSoftware/mupdf-downloads/releases/download/1.26.11 /mupdf-1.26.11 -source .tar.lz
124- https://mupdf.com/downloads/archive/mupdf-1.26.11 -source .tar.lz
122+ DOWNLOAD URL f5a19249a6ca3e04e62fc64d60ded8e2
123+ https://github.com/ArtifexSoftware/mupdf-downloads/releases/download/1.26.12 /mupdf-1.26.12 -source .tar.lz
124+ https://mupdf.com/downloads/archive/mupdf-1.26.12 -source .tar.lz
125125 PATCH_FILES ${PATCH_FILES}
126126 PATCH_COMMAND ${PATCH_CMD}
127127 BUILD_COMMAND ${BUILD_CMD}
You can’t perform that action at this time.
0 commit comments