Skip to content

Commit

Permalink
Update glib to 2.81.2 from 2.81.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bump committed Aug 17, 2024
1 parent e6b5c66 commit 76c4b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ RUN sed -i 's/-lvmaf /-lvmaf -lstdc++ /' /usr/local/lib/pkgconfig/libvmaf.pc
# bump: glib /GLIB_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/glib.git|^2
# bump: glib after ./hashupdate Dockerfile GLIB $LATEST
# bump: glib link "NEWS" https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS?ref_type=heads
ARG GLIB_VERSION=2.81.1
ARG GLIB_VERSION=2.81.2
ARG GLIB_URL="https://download.gnome.org/sources/glib/2.81/glib-$GLIB_VERSION.tar.xz"
ARG GLIB_SHA256=629365cde729a7b76b062fc218a109a84bbc4668ca0c92ab590ecccf969f824c
ARG GLIB_SHA256=ce84b241b84750a3d42c78c456976fac57f2d2726a110f2ba059c052a4349d1c
RUN \
wget $WGET_OPTS -O glib.tar.xz "$GLIB_URL" && \
echo "$GLIB_SHA256 glib.tar.xz" | sha256sum --status -c - && \
Expand Down

0 comments on commit 76c4b0e

Please sign in to comment.