Skip to content

Commit 4f95096

Browse files
bumpwader
authored andcommitted
Update librsvg to 2.61.2 from 2.60.0
NEWS https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
1 parent d52f01c commit 4f95096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 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
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
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)