Skip to content

Commit

Permalink
Merge pull request #574 from wader/bump-pango-1.56.0
Browse files Browse the repository at this point in the history
Update pango to 1.56.0 from 1.55.5
  • Loading branch information
wader authored Jan 14, 2025
2 parents d0429a6 + 73a3e77 commit 740b111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ RUN \
# bump: pango /PANGO_VERSION=([\d.]+)/ https://github.com/GNOME/pango.git|/\d+\.\d+\.\d+/|*
# bump: pango after ./hashupdate Dockerfile PANGO $LATEST
# bump: pango link "NEWS" https://gitlab.gnome.org/GNOME/pango/-/blob/main/NEWS?ref_type=heads
ARG PANGO_VERSION=1.55.5
ARG PANGO_URL="https://download.gnome.org/sources/pango/1.55/pango-$PANGO_VERSION.tar.xz"
ARG PANGO_SHA256=e396126ea08203cbd8ef12638e6222e2e1fd8aa9cac6743072fedc5f2d820dd8
ARG PANGO_VERSION=1.56.0
ARG PANGO_URL="https://download.gnome.org/sources/pango/1.56/pango-$PANGO_VERSION.tar.xz"
ARG PANGO_SHA256=1fb98b338ee6f7cf8ef96153b7d242f4568fe60f9b7434524eca630a57bd538b
# TODO: add -Dbuild-testsuite=false when in stable release
# TODO: -Ddefault_library=both currently to not fail building tests
RUN \
Expand Down

0 comments on commit 740b111

Please sign in to comment.