File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.0.0
117+ ARG LIBHARFBUZZ_VERSION=11.0.1
118118ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
119- ARG LIBHARFBUZZ_SHA256=f16351bafe214725fe2c1d5b59f0d93e49905a4b247899fb90d70cff953a2b9b
119+ ARG LIBHARFBUZZ_SHA256=4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a
120120RUN \
121121 wget $WGET_OPTS -O harfbuzz.tar.xz "$LIBHARFBUZZ_URL" && \
122122 echo "$LIBHARFBUZZ_SHA256 harfbuzz.tar.xz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments