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 @@ -158,9 +158,9 @@ RUN \
158158# bump: harfbuzz /LIBHARFBUZZ_VERSION=([\d.]+)/ https://github.com/harfbuzz/harfbuzz.git|*
159159# bump: harfbuzz after cd build && ./hashupdate Dockerfile LIBHARFBUZZ $LATEST
160160# bump: harfbuzz link "NEWS" https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
161- ARG LIBHARFBUZZ_VERSION=12.1 .0
161+ ARG LIBHARFBUZZ_VERSION=12.2 .0
162162ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
163- ARG LIBHARFBUZZ_SHA256=e5c81b7f6e0b102dfb000cfa424538b8e896ab78a2f4b8a5ec8cae62ab43369e
163+ ARG LIBHARFBUZZ_SHA256=ecb603aa426a8b24665718667bda64a84c1504db7454ee4cadbd362eea64e545
164164RUN \
165165 wget $WGET_OPTS -O harfbuzz.tar.xz "$LIBHARFBUZZ_URL" && \
166166 echo "$LIBHARFBUZZ_SHA256 harfbuzz.tar.xz" | sha256sum --status -c - && \
You can’t perform that action at this time.
0 commit comments