[harfbuzz] Update to 8.3.1 (#37517)

This commit is contained in:
Bruce Mitchener 2024-03-19 04:40:25 +07:00 committed by GitHub
parent 620817411f
commit 8f623fd8fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO harfbuzz/harfbuzz REPO harfbuzz/harfbuzz
REF ${VERSION} REF ${VERSION}
SHA512 3fe54adbdd457c7dd8186c897436982a43e195a62bc0e830fe2dd06ca2c52511b9a717c659a7e30d235ac964df071e8ba1d9f36ee20496a1a80945d7c63fce86 SHA512 95450420922a96d20841c6ea3954ae5a720b9f5e8946409f698748735c4fa2399621c973e5a4cb5c672bf298788741e6b8f6d4fd190dcbdc79ac68e9b55181a1
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-win32-build.patch fix-win32-build.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "harfbuzz", "name": "harfbuzz",
"version": "8.3.0", "version": "8.3.1",
"port-version": 3,
"description": "HarfBuzz OpenType text shaping engine", "description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz", "homepage": "https://github.com/harfbuzz/harfbuzz",
"license": "MIT-Modern-Variant", "license": "MIT-Modern-Variant",

View File

@ -3325,8 +3325,8 @@
"port-version": 1 "port-version": 1
}, },
"harfbuzz": { "harfbuzz": {
"baseline": "8.3.0", "baseline": "8.3.1",
"port-version": 3 "port-version": 0
}, },
"hash-library": { "hash-library": {
"baseline": "8", "baseline": "8",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "872c170e285bef0254f027a2064b0b6e1151b939",
"version": "8.3.1",
"port-version": 0
},
{ {
"git-tree": "f22f35a345a42b356292d5c480208c6c395ed5a0", "git-tree": "f22f35a345a42b356292d5c480208c6c395ed5a0",
"version": "8.3.0", "version": "8.3.0",