Skip to content

Commit 5204615

Browse files
authored
Merge pull request #544 from wader/bump-glib-2.82.2
Update glib to 2.82.2 from 2.82.1
2 parents b562380 + 6c39d5d commit 5204615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ RUN sed -i 's/-lvmaf /-lvmaf -lstdc++ /' /usr/local/lib/pkgconfig/libvmaf.pc
9797
# bump: glib /GLIB_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/glib.git|^2
9898
# bump: glib after ./hashupdate Dockerfile GLIB $LATEST
9999
# bump: glib link "NEWS" https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS?ref_type=heads
100-
ARG GLIB_VERSION=2.82.1
100+
ARG GLIB_VERSION=2.82.2
101101
ARG GLIB_URL="https://download.gnome.org/sources/glib/2.82/glib-$GLIB_VERSION.tar.xz"
102-
ARG GLIB_SHA256=478634440bf52ee4ec4428d558787398c0be6b043c521beb308334b3db4489a6
102+
ARG GLIB_SHA256=ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63
103103
RUN \
104104
wget $WGET_OPTS -O glib.tar.xz "$GLIB_URL" && \
105105
echo "$GLIB_SHA256 glib.tar.xz" | sha256sum --status -c - && \

0 commit comments

Comments
 (0)