Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

harfbuzz/10.2.0 package update #39343

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions harfbuzz.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: harfbuzz
version: 10.1.0
version: "10.2.0"
epoch: 0
description: Text shaping library
copyright:
Expand All @@ -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
Expand Down
Loading