File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
173- ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.60 /librsvg-$LIBRSVG_VERSION.tar.xz"
174- ARG LIBRSVG_SHA256=0b6ffccdf6e70afc9876882f5d2ce9ffcf2c713cbaaf1ad90170daa752e1eec3
172+ ARG LIBRSVG_VERSION=2.61.2
173+ ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.61 /librsvg-$LIBRSVG_VERSION.tar.xz"
174+ ARG LIBRSVG_SHA256=4644d83623dd61cc4479c2b3c372e1da2b281552ebc90035c8d1ac502eb1dc00
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