Skip to content

Commit 157ecc4

Browse files
author
bump
committed
Update librsvg to 2.62.91 from 2.60.0
NEWS https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
1 parent e347936 commit 157ecc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ RUN \
169169
# bump: librsvg /LIBRSVG_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/librsvg.git|^2
170170
# bump: librsvg after ./hashupdate Dockerfile LIBRSVG $LATEST
171171
# bump: librsvg link "NEWS" https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
172-
ARG LIBRSVG_VERSION=2.60.0
172+
ARG LIBRSVG_VERSION=2.62.91
173173
ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.60/librsvg-$LIBRSVG_VERSION.tar.xz"
174-
ARG LIBRSVG_SHA256=0b6ffccdf6e70afc9876882f5d2ce9ffcf2c713cbaaf1ad90170daa752e1eec3
174+
ARG LIBRSVG_SHA256=151e314f66e8c4cbdda04804a57f9bead5cc2f048767aacbf816d8d1f9563e64
175175
RUN \
176176
wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
177177
echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \

0 commit comments

Comments
 (0)