diff --git a/docker/android/Dockerfile b/docker/android/Dockerfile index 5a3bcb7..38ace97 100644 --- a/docker/android/Dockerfile +++ b/docker/android/Dockerfile @@ -58,7 +58,7 @@ WORKDIR /build RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git RUN gclient sync WORKDIR /build/pdfium -RUN git checkout 15b1203da8e9be060d143a184de6473ca7a68b83 +RUN git checkout 7952b46ddd1db647dc618b5caf890706ec3bd6d7 RUN ln -s /usr/bin/python3 /usr/bin/python RUN ln -s /usr/bin/pip3 /usr/bin/pip diff --git a/docker/wasm/Dockerfile b/docker/wasm/Dockerfile index 5ad95f0..ff5e46a 100644 --- a/docker/wasm/Dockerfile +++ b/docker/wasm/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /build RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git RUN gclient sync WORKDIR /build/pdfium -RUN git checkout 15b1203da8e9be060d143a184de6473ca7a68b83 +RUN git checkout 7952b46ddd1db647dc618b5caf890706ec3bd6d7 RUN ln -s /usr/bin/python3 /usr/bin/python RUN ln -s /usr/bin/pip3 /usr/bin/pip diff --git a/modules/config.py b/modules/config.py index ca706be..58616cc 100644 --- a/modules/config.py +++ b/modules/config.py @@ -3,14 +3,14 @@ task = "" # pdfium -pdfium_git_branch = "5668" -pdfium_git_commit = "15b1203da8e9be060d143a184de6473ca7a68b83" -# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5668 +pdfium_git_branch = "5968" +pdfium_git_commit = "7952b46ddd1db647dc618b5caf890706ec3bd6d7" +# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5968 # OBS 1: don't forget change in android docker file (docker/android/Dockerfile) # OBS 2: don't forget change in wasm docker file (docker/wasm/Dockerfile) # emsdk -emsdk_version = "3.1.34" +emsdk_version = "3.1.45" # OBS 1: don't forget change in wasm docker file (docker/wasm/Dockerfile) # macos