diff --git a/harfbuzz.yaml b/harfbuzz.yaml index e3235121236..14c2835c41f 100644 --- a/harfbuzz.yaml +++ b/harfbuzz.yaml @@ -1,6 +1,6 @@ package: name: harfbuzz - version: 10.1.0 + version: "10.2.0" epoch: 0 description: Text shaping library copyright: @@ -24,12 +24,13 @@ environment: - icu-dev - meson - posix-libc-utils + - python3 - zlib-dev pipeline: - uses: fetch with: - expected-sha256: 6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82 + expected-sha256: 620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227 uri: https://github.com/harfbuzz/harfbuzz/releases/download/${{package.version}}/harfbuzz-${{package.version}}.tar.xz - uses: meson/configure