Skip to content

Commit b857c03

Browse files
author
bump
committed
Update harfbuzz to 14.1.0 from 13.2.1
NEWS https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
1 parent 83991ab commit b857c03

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=13.2.1
117+
ARG LIBHARFBUZZ_VERSION=14.1.0
118118
ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
119-
ARG LIBHARFBUZZ_SHA256=6695da3eb7e1be0aa3092fe4d81433a33b47f4519259c759d729e3a9a55c1429
119+
ARG LIBHARFBUZZ_SHA256=ee0eb3a1da2c5a28147f12dff55f6c7d60aeeeb29ac7ef334eabe84c8476c105
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)