File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ RUN \
129129# bump: cairo /CAIRO_VERSION=([\d.]+)/ https://gitlab.freedesktop.org/cairo/cairo.git|^1
130130# bump: cairo after ./hashupdate Dockerfile CAIRO $LATEST
131131# bump: cairo link "NEWS" https://gitlab.freedesktop.org/cairo/cairo/-/blob/master/NEWS?ref_type=heads
132- ARG CAIRO_VERSION=1.18.2
132+ ARG CAIRO_VERSION=1.18.4
133133ARG CAIRO_URL="https://cairographics.org/releases/cairo-$CAIRO_VERSION.tar.xz"
134- ARG CAIRO_SHA256=a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a
134+ ARG CAIRO_SHA256=445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb
135135RUN \
136136 wget $WGET_OPTS -O cairo.tar.xz "$CAIRO_URL" && \
137137 echo "$CAIRO_SHA256 cairo.tar.xz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments