Skip to content

Auto-update harfbuzz to 14.2.0#9825

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-harfbuzz-14.2.0
Open

Auto-update harfbuzz to 14.2.0#9825
waruqi wants to merge 1 commit intodevfrom
autoupdate-harfbuzz-14.2.0

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 24, 2026

New version of harfbuzz detected (package version: 13.1.1, last github version: 14.2.0)

@waruqi waruqi added the auto-update Automatic update label Apr 24, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds version 14.2.0 to the harfbuzz package. A review comment identifies a checksum mismatch: the provided hash corresponds to the official .tar.xz release, whereas the package configuration defaults to a .tar.gz archive. To prevent installation failure, it is recommended to specify the correct release URL for this version.

add_urls("https://github.com/harfbuzz/harfbuzz/archive/refs/tags/$(version).tar.gz", {excludes = "**/README", "**/test"})
add_urls("https://github.com/harfbuzz/harfbuzz.git")

add_versions("14.2.0", "c652d5d94971031654ab3989891a490a895d3e3f2b71171c62692b28e94b1b93")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The SHA256 hash provided (c652d5d9...) corresponds to the official harfbuzz-14.2.0.tar.xz release asset, but the package is currently configured to download the GitHub-generated 14.2.0.tar.gz archive (line 6). These files have different checksums, which will cause the installation to fail. It is recommended to specify the official release URL for this version to match the hash.

    add_versions("14.2.0", "c652d5d94971031654ab3989891a490a895d3e3f2b71171c62692b28e94b1b93", {url = "https://github.com/harfbuzz/harfbuzz/releases/download/14.2.0/harfbuzz-14.2.0.tar.xz"})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update Automatic update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant