Skip to content

Commit

Permalink
shio: Bump libjxl from 0.10.3 to 0.11.0 (#82)
Browse files Browse the repository at this point in the history
[Changelog](https://github.com/libjxl/libjxl/blob/main/CHANGELOG.md)

---------

Co-authored-by: bump[bot] <bump[bot]@shio.solutions>
  • Loading branch information
mtneug and bump[bot] authored Sep 29, 2024
1 parent 283a7b9 commit 82e9dcc
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=7ce4ec8bb37a435a73ac18c4c9ff56c2dc6c98892bf3f53a328e3eca42efb9cf
RUN \
wget $WGET_OPTS -O libjxl.tar.gz "$LIBJXL_URL" && \
echo "$LIBJXL_SHA256 libjxl.tar.gz" | sha256sum -c - && \
Expand Down

0 comments on commit 82e9dcc

Please sign in to comment.