Skip to content

Commit

Permalink
Merge pull request #531 from wader/bump-harfbuzz-10.0.0
Browse files Browse the repository at this point in the history
Update harfbuzz to 10.0.0 from 9.0.0
  • Loading branch information
wader authored Sep 24, 2024
2 parents ce4dabc + 4ebb5c9 commit 3744e0a
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 @@ -112,9 +112,9 @@ RUN \
# bump: harfbuzz /LIBHARFBUZZ_VERSION=([\d.]+)/ https://github.com/harfbuzz/harfbuzz.git|*
# bump: harfbuzz after ./hashupdate Dockerfile LIBHARFBUZZ $LATEST
# bump: harfbuzz link "NEWS" https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
ARG LIBHARFBUZZ_VERSION=9.0.0
ARG LIBHARFBUZZ_VERSION=10.0.0
ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
ARG LIBHARFBUZZ_SHA256=a41b272ceeb920c57263ec851604542d9ec85ee3030506d94662067c7b6ab89e
ARG LIBHARFBUZZ_SHA256=c2dfe016ad833a5043ecc6579043f04e8e6d50064e02ad449bb466e6431e3e04
RUN \
wget $WGET_OPTS -O harfbuzz.tar.xz "$LIBHARFBUZZ_URL" && \
echo "$LIBHARFBUZZ_SHA256 harfbuzz.tar.xz" | sha256sum --status -c - && \
Expand Down

0 comments on commit 3744e0a

Please sign in to comment.