Skip to content

Commit

Permalink
Update librsvg to 2.58.94 from 2.58.93
Browse files Browse the repository at this point in the history
  • Loading branch information
bump committed Aug 30, 2024
1 parent a012dc9 commit e6e40ac
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 @@ -167,9 +167,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.58.93
ARG LIBRSVG_VERSION=2.58.94
ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.58/librsvg-$LIBRSVG_VERSION.tar.xz"
ARG LIBRSVG_SHA256=f116eaf8196fc8261b0bbbdf996a4fe1bc97dc25664f953b328194d049a0dada
ARG LIBRSVG_SHA256=05adf6dc58b3cfb319c2efb02b2bbdff5c75ca47cc941d48098839f20496abed
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 e6e40ac

Please sign in to comment.