Skip to content

Commit

Permalink
mupdf: update to 1.24.11 (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Nov 20, 2024
1 parent b292e98 commit 77b1637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ffi/mupdf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local mupdf = {
}
-- this cannot get adapted by the cdecl file because it is a
-- string constant. Must match the actual mupdf API:
local FZ_VERSION = "1.24.10"
local FZ_VERSION = "1.24.11"

local document_mt = { __index = {} }
local page_mt = { __index = {} }
Expand Down
4 changes: 2 additions & 2 deletions thirdparty/mupdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ list(APPEND BUILD_CMD COMMAND ${MAKE_CMD} libs)
list(APPEND INSTALL_CMD COMMAND ${MAKE_CMD} DESTDIR=${STAGING_DIR} prefix=/ install-libs)

external_project(
DOWNLOAD URL 9634ed1444943a62796c68ec25507619
https://mupdf.com/downloads/archive/mupdf-1.24.10-source.tar.lz
DOWNLOAD URL 7f02c87260948160e2e21f9685bdcda0
https://mupdf.com/downloads/archive/mupdf-1.24.11-source.tar.lz
PATCH_FILES ${PATCH_FILES}
PATCH_COMMAND ${PATCH_CMD}
BUILD_COMMAND ${BUILD_CMD}
Expand Down

0 comments on commit 77b1637

Please sign in to comment.