Skip to content

Commit

Permalink
Merge pull request #517 from wader/bump-cairo-1.18.2
Browse files Browse the repository at this point in the history
Update cairo to 1.18.2 from 1.18.0
  • Loading branch information
wader authored Sep 1, 2024
2 parents 19ecf3d + 45c491d commit 2c3eb30
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 @@ -127,9 +127,9 @@ RUN \
# bump: cairo /CAIRO_VERSION=([\d.]+)/ https://gitlab.freedesktop.org/cairo/cairo.git|^1
# bump: cairo after ./hashupdate Dockerfile CAIRO $LATEST
# bump: cairo link "NEWS" https://gitlab.freedesktop.org/cairo/cairo/-/blob/master/NEWS?ref_type=heads
ARG CAIRO_VERSION=1.18.0
ARG CAIRO_VERSION=1.18.2
ARG CAIRO_URL="https://cairographics.org/releases/cairo-$CAIRO_VERSION.tar.xz"
ARG CAIRO_SHA256=243a0736b978a33dee29f9cca7521733b78a65b5418206fef7bd1c3d4cf10b64
ARG CAIRO_SHA256=a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a
RUN \
wget $WGET_OPTS -O cairo.tar.xz "$CAIRO_URL" && \
echo "$CAIRO_SHA256 cairo.tar.xz" | sha256sum --status -c - && \
Expand Down

0 comments on commit 2c3eb30

Please sign in to comment.