Skip to content

Commit

Permalink
Update librsvg to 2.59.90 from 2.59.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bump committed Feb 11, 2025
1 parent 0e660b8 commit c9583c3
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 @@ -169,9 +169,9 @@ RUN \
# bump: librsvg /LIBRSVG_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/librsvg.git|^2
# bump: librsvg after ./hashupdate Dockerfile LIBRSVG $LATEST
# bump: librsvg link "NEWS" https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
ARG LIBRSVG_VERSION=2.59.2
ARG LIBRSVG_VERSION=2.59.90
ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.59/librsvg-$LIBRSVG_VERSION.tar.xz"
ARG LIBRSVG_SHA256=ecd293fb0cc338c170171bbc7bcfbea6725d041c95f31385dc935409933e4597
ARG LIBRSVG_SHA256=d3d623a9839d2b7eb76a5b0b621c15d02abc4d9a886376c3a53b568206ebf545
RUN \
wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
Expand Down

0 comments on commit c9583c3

Please sign in to comment.