Skip to content

Commit

Permalink
<actions> Update poppler to 25.01.0 for appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stloeffler committed Jan 26, 2025
1 parent fc32133 commit cf2ef5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/appveyor/get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ print_info "Extracting poppler"
7z x "${poppler_ARCHIVE}" -so | 7z x -si -ttar
cd "${poppler_DIRNAME}"
print_info "Patching poppler"
for PATCH in $(find "${APPVEYOR_BUILD_FOLDER}/.github/actions/setup-windows/mxe/" -iname 'poppler-*.patch'); do
for PATCH in $(find "${APPVEYOR_BUILD_FOLDER}/.github/actions/setup-windows/mxe/" -iname 'poppler-?-win32.patch'); do
echo "Applying ${PATCH}"
patch -p1 < "${PATCH}"
done
Expand Down
2 changes: 1 addition & 1 deletion ci/appveyor/package_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export hunspell_ARCHIVE=v${hunspell_VERSION}.tar.gz
export hunspell_DIRNAME=hunspell-${hunspell_VERSION}
export hunspell_URL=https://github.com/hunspell/hunspell/archive/${hunspell_ARCHIVE}

export poppler_VERSION=24.01.0
export poppler_VERSION=25.01.0
export poppler_ARCHIVE=poppler-${poppler_VERSION}.tar.xz
export poppler_DIRNAME=poppler-${poppler_VERSION}
export poppler_URL=https://poppler.freedesktop.org/${poppler_ARCHIVE}

0 comments on commit cf2ef5d

Please sign in to comment.