Skip to content

Commit

Permalink
shio: Bump librsvg from 2.59.0 to 2.59.1 (#87)
Browse files Browse the repository at this point in the history
[NEWS](https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS)

Co-authored-by: bump[bot] <bump[bot]@shio.solutions>
  • Loading branch information
mtneug and bump[bot] authored Sep 28, 2024
1 parent b59398f commit 60f6a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ RUN \
# bump: librsvg /LIBRSVG_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/librsvg.git|^2
# bump: librsvg after cd build && ./hashupdate Dockerfile LIBRSVG $LATEST
# bump: librsvg link "NEWS" https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
ARG LIBRSVG_VERSION=2.59.0
ARG LIBRSVG_VERSION=2.59.1
ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.59/librsvg-$LIBRSVG_VERSION.tar.xz"
ARG LIBRSVG_SHA256=370d6ada5cf0de91ceb70d849ed069523ce5de2b33b4c7e86bc640673ad65483
ARG LIBRSVG_SHA256=6116267c7ddabfd4daaf1c341326da0a773139a7223e885ae40ee09bd6986ef6
RUN \
wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
Expand Down

0 comments on commit 60f6a45

Please sign in to comment.