Skip to content

Commit e0c8dd9

Browse files
authored
Merge pull request #552 from wader/bump-harfbuzz-10.1.0
Update harfbuzz to 10.1.0 from 10.0.1
2 parents 23fb0a5 + 4a782b8 commit e0c8dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ RUN \
113113
# bump: harfbuzz /LIBHARFBUZZ_VERSION=([\d.]+)/ https://github.com/harfbuzz/harfbuzz.git|*
114114
# bump: harfbuzz after ./hashupdate Dockerfile LIBHARFBUZZ $LATEST
115115
# bump: harfbuzz link "NEWS" https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
116-
ARG LIBHARFBUZZ_VERSION=10.0.1
116+
ARG LIBHARFBUZZ_VERSION=10.1.0
117117
ARG LIBHARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$LIBHARFBUZZ_VERSION/harfbuzz-$LIBHARFBUZZ_VERSION.tar.xz"
118-
ARG LIBHARFBUZZ_SHA256=b2cb13bd351904cb9038f907dc0dee0ae07127061242fe3556b2795c4e9748fc
118+
ARG LIBHARFBUZZ_SHA256=6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82
119119
RUN \
120120
wget $WGET_OPTS -O harfbuzz.tar.xz "$LIBHARFBUZZ_URL" && \
121121
echo "$LIBHARFBUZZ_SHA256 harfbuzz.tar.xz" | sha256sum --status -c - && \

0 commit comments

Comments
 (0)