Skip to content

Commit d52f01c

Browse files
authored
Merge pull request #674 from wader/bump-harfbuzz-12.1.0
Update harfbuzz to 12.1.0 from 12.0.0
2 parents c6987d8 + 90f82ea commit d52f01c

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=12.0.0
117+
ARG LIBHARFBUZZ_VERSION=12.1.0
118118
ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
119-
ARG LIBHARFBUZZ_SHA256=9f63c4a0fcdcb90b5a2c54dd17ad23429dfb281de6c0986863b8a89a05e5bc27
119+
ARG LIBHARFBUZZ_SHA256=e5c81b7f6e0b102dfb000cfa424538b8e896ab78a2f4b8a5ec8cae62ab43369e
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)