Skip to content

Commit 6a5b6fe

Browse files
authored
Merge pull request #657 from wader/bump-harfbuzz-11.4.4
Update harfbuzz to 11.4.4 from 11.4.3
2 parents 8c6be97 + b11a6ca commit 6a5b6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4.3
117+
ARG LIBHARFBUZZ_VERSION=11.4.4
118118
ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
119-
ARG LIBHARFBUZZ_SHA256=6660415ad48fa1a46e4fa75fcdb70ff819c452153f08677d34ffb29eda66415d
119+
ARG LIBHARFBUZZ_SHA256=1053f17146ea587fafa9f56c9e4e0f4b3fefae4ba2569155d8bc9a35208f58c5
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)