Skip to content

Commit bc07512

Browse files
mtneugbump[bot]
andauthored
shio: Bump harfbuzz from 12.1.0 to 12.2.0 (#221)
[NEWS](https://github.com/harfbuzz/harfbuzz/blob/main/NEWS) Co-authored-by: bump[bot] <bump[bot]@shio.solutions>
1 parent cdda993 commit bc07512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
162162
ARG 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
164164
RUN \
165165
wget $WGET_OPTS -O harfbuzz.tar.xz "$LIBHARFBUZZ_URL" && \
166166
echo "$LIBHARFBUZZ_SHA256 harfbuzz.tar.xz" | sha256sum --status -c - && \

0 commit comments

Comments
 (0)