Skip to content

Commit c6987d8

Browse files
authored
Merge pull request #673 from wader/bump-harfbuzz-12.0.0
Update harfbuzz to 12.0.0 from 11.5.1
2 parents 1744be6 + e459de6 commit c6987d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ RUN \
114114
# bump: harfbuzz /LIBHARFBUZZ_VERSION=([\d.]+)/ https://github.com/harfbuzz/harfbuzz.git|*
115115
# bump: harfbuzz after ./hashupdate Dockerfile LIBHARFBUZZ $LATEST
116116
# bump: harfbuzz link "NEWS" https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
117-
ARG LIBHARFBUZZ_VERSION=11.5.1
117+
ARG LIBHARFBUZZ_VERSION=12.0.0
118118
ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
119-
ARG LIBHARFBUZZ_SHA256=972a60a8d274d49e70361da6920c3a73dfb0fb4387f6c6811906a47ba634d8a1
119+
ARG LIBHARFBUZZ_SHA256=9f63c4a0fcdcb90b5a2c54dd17ad23429dfb281de6c0986863b8a89a05e5bc27
120120
RUN \
121121
wget $WGET_OPTS -O harfbuzz.tar.xz "$LIBHARFBUZZ_URL" && \
122122
echo "$LIBHARFBUZZ_SHA256 harfbuzz.tar.xz" | sha256sum --status -c - && \

0 commit comments

Comments
 (0)