Skip to content

Commit

Permalink
Merge pull request #576 from wader/bump-pango-1.56.1
Browse files Browse the repository at this point in the history
Update pango to 1.56.1 from 1.56.0
  • Loading branch information
wader authored Jan 19, 2025
2 parents 740b111 + 0c3f0f7 commit 60fe8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.56.0
ARG PANGO_VERSION=1.56.1
ARG PANGO_URL="https://download.gnome.org/sources/pango/1.56/pango-$PANGO_VERSION.tar.xz"
ARG PANGO_SHA256=1fb98b338ee6f7cf8ef96153b7d242f4568fe60f9b7434524eca630a57bd538b
ARG PANGO_SHA256=426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480
# 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 60fe8e2

Please sign in to comment.