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 @@ -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.61.90
173173ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.60/librsvg-$LIBRSVG_VERSION.tar.xz"
174- ARG LIBRSVG_SHA256=0b6ffccdf6e70afc9876882f5d2ce9ffcf2c713cbaaf1ad90170daa752e1eec3
174+ ARG LIBRSVG_SHA256=c375e42b6328de1880de1424a93267d573a1afa2ed37f72a35d8218f6880dd58
175175RUN \
176176 wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
177177 echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments