Skip to content

Commit 51e3b94

Browse files
committed
1 parent 47a7e65 commit 51e3b94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ffi/mupdf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3939
local document_mt = { __index = {} }
4040
local page_mt = { __index = {} }

thirdparty/mupdf/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ list(APPEND BUILD_CMD COMMAND ${MAKE_CMD} libs)
119119
list(APPEND INSTALL_CMD COMMAND ${MAKE_CMD} DESTDIR=${STAGING_DIR} prefix=/ install-libs)
120120

121121
external_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}

0 commit comments

Comments
 (0)