Skip to content

Commit 016f68c

Browse files
bumpwader
authored andcommitted
Update librsvg to 2.61.90 from 2.60.0
NEWS https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
1 parent 8834a47 commit 016f68c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bump: alpine /ALPINE_VERSION=alpine:([\d.]+)/ docker:alpine|^3
22
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
3-
ARG ALPINE_VERSION=alpine:3.20.3
3+
ARG ALPINE_VERSION=alpine:3.23.2
44
FROM $ALPINE_VERSION AS builder
55

66
# Alpine Package Keeper options
@@ -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.90
173+
ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.61/librsvg-$LIBRSVG_VERSION.tar.xz"
174+
ARG LIBRSVG_SHA256=8991685ab71a8e59ce597553946034a9282a2713744e8b94877cb0e757b42b76
175175
RUN \
176176
wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
177177
echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
@@ -536,7 +536,7 @@ RUN \
536536
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
537537
tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
538538
RUSTFLAGS="-C target-feature=+crt-static" \
539-
cargo cinstall --release
539+
cargo cinstall --release --library-type staticlib
540540

541541
# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
542542
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST

0 commit comments

Comments
 (0)