Skip to content

Commit edea679

Browse files
bumpwader
authored andcommitted
1 parent d52f01c commit edea679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ RUN \
150150
# bump: pango /PANGO_VERSION=([\d.]+)/ https://github.com/GNOME/pango.git|/\d+\.\d+\.\d+/|*
151151
# bump: pango after ./hashupdate Dockerfile PANGO $LATEST
152152
# bump: pango link "NEWS" https://gitlab.gnome.org/GNOME/pango/-/blob/main/NEWS?ref_type=heads
153-
ARG PANGO_VERSION=1.56.4
154-
ARG PANGO_URL="https://download.gnome.org/sources/pango/1.56/pango-$PANGO_VERSION.tar.xz"
155-
ARG PANGO_SHA256=17065e2fcc5f5a5bdbffc884c956bfc7c451a96e8c4fb2f8ad837c6413cb5a01
153+
ARG PANGO_VERSION=1.57.0
154+
ARG PANGO_URL="https://download.gnome.org/sources/pango/1.57/pango-$PANGO_VERSION.tar.xz"
155+
ARG PANGO_SHA256=890640c841dae77d3ae3d8fe8953784b930fa241b17423e6120c7bfdf8b891e7
156156
# TODO: add -Dbuild-testsuite=false when in stable release
157157
# TODO: -Ddefault_library=both currently to not fail building tests
158158
RUN \

0 commit comments

Comments
 (0)