From 273ad1dccd857e2e664530fbb98ca93d68945867 Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 3 Oct 2018 17:07:03 +0300 Subject: [PATCH] Sync with upstream tag: 1.14.0 --- misc/getmupdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/getmupdf.sh b/misc/getmupdf.sh index c7c8fc2..bed0c2c 100644 --- a/misc/getmupdf.sh +++ b/misc/getmupdf.sh @@ -3,7 +3,7 @@ set -eu MUPDF_OUTPUT_DIR="$1" MUPDF_URL="https://github.com/ArtifexSoftware/mupdf" -MUPDF_DESIRED_VERSION="f91d0723dbfa62250f4e1b81c159ba36fc495c08" +MUPDF_DESIRED_VERSION="a64b8e6c4a26b4e73e96f9b922969c37989acf59" if [ ! -d ${MUPDF_OUTPUT_DIR} ]; then echo "mupdf does not exist, fetching it from ${MUPDF_URL}" -- 2.11.4.GIT