Skip to content

Commit

Permalink
shio: Bump libjxl from 0.10.3 to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bump[bot] authored and mtneug committed Sep 15, 2024
1 parent 31f0322 commit 93f3070
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 @@ -1036,9 +1036,9 @@ RUN \
# bump: libjxl after cd build && ./hashupdate Dockerfile LIBJXL $LATEST
# bump: libjxl link "Changelog" https://github.com/libjxl/libjxl/blob/main/CHANGELOG.md
# use bundled highway library as its static build is not available in alpine
ARG LIBJXL_VERSION=0.10.3
ARG LIBJXL_VERSION=0.11.0
ARG LIBJXL_URL="https://github.com/libjxl/libjxl/archive/refs/tags/v${LIBJXL_VERSION}.tar.gz"
ARG LIBJXL_SHA256=e0191411cfcd927eebe5392d030fe4283fe27ba1685ab7265104936e0b4283a6
ARG LIBJXL_SHA256=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
RUN \
wget $WGET_OPTS -O libjxl.tar.gz "$LIBJXL_URL" && \
echo "$LIBJXL_SHA256 libjxl.tar.gz" | sha256sum -c - && \
Expand Down

0 comments on commit 93f3070

Please sign in to comment.