From fd0ce3a0b65d79daf44f00819d86afd4467bca1a Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 12 Oct 2021 21:33:51 +0300 Subject: [PATCH] Sync with upstream mupdf's build should be quieter on some machines. --- misc/getmupdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/getmupdf.sh b/misc/getmupdf.sh index 3750ce1..29cb0ee 100644 --- a/misc/getmupdf.sh +++ b/misc/getmupdf.sh @@ -5,7 +5,7 @@ MUPDF_OUTPUT_DIR="$1" u="git://git.ghostscript.com/mupdf" #u="https://github.com/ArtifexSoftware/mupdf" MUPDF_URL="${2-$u}" -MUPDF_DESIRED_VERSION="ddeedf35775d1aa145d9133517a85643f98aadb8" +MUPDF_DESIRED_VERSION="f6ddaf30da1defe3be961f1172b83554bc6f6b48" if [ ! -d ${MUPDF_OUTPUT_DIR} ]; then echo "mupdf does not exist, fetching it from ${MUPDF_URL}" -- 2.11.4.GIT