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 @@ -168,9 +168,9 @@ RUN \
168168# bump: librsvg /LIBRSVG_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/librsvg.git|^2
169169# bump: librsvg after ./hashupdate Dockerfile LIBRSVG $LATEST
170170# bump: librsvg link "NEWS" https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
171- ARG LIBRSVG_VERSION=2.59.1
171+ ARG LIBRSVG_VERSION=2.59.2
172172ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.59/librsvg-$LIBRSVG_VERSION.tar.xz"
173- ARG LIBRSVG_SHA256=6116267c7ddabfd4daaf1c341326da0a773139a7223e885ae40ee09bd6986ef6
173+ ARG LIBRSVG_SHA256=ecd293fb0cc338c170171bbc7bcfbea6725d041c95f31385dc935409933e4597
174174RUN \
175175 wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
176176 echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments