Skip to content

Commit

Permalink
Update harfbuzz to v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Sep 25, 2024
1 parent e8dc9fc commit bc626ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ the requirements.
| [sqlite](http://sqlite.org) | 3.46.1 | 2024-08-13 |
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
| [freetype](https://www.freetype.org) | 2.13.3 | 2024-08-12 |
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 9.0.0 | 2024-06-27 |
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 10.0.1 | 2024-09-24 |
| [pixman](http://www.pixman.org) | 0.42.2 | 2022-11-02 |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |
| [libpsl](https://github.com/rockdaboot/libpsl) | 0.21.5 | 2024-01-13 |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2a768cab03be7ef6cf1a6ffd061d2c2bd4cb32b0 Mon Sep 17 00:00:00 2001
From 65464b145fe54fe5009f19a3cfec20a082045b14 Mon Sep 17 00:00:00 2001
From: Don <don.j.olmstead@gmail.com>
Date: Sat, 24 Sep 2022 18:57:06 -0700
Subject: [PATCH] Remove icu-uc from pkgconfig
Expand All @@ -20,5 +20,5 @@ index 949869a35..5be5b2686 100644
Libs: -L${libdir} -lharfbuzz-icu
Cflags: -I${includedir}/harfbuzz
--
2.45.2.windows.1
2.46.1.windows.1

4 changes: 2 additions & 2 deletions ports/harfbuzz/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 9.0.0)
set(VERSION 10.0.1)

set(FILENAME "harfbuzz-${VERSION}.tar.xz")
set(URLS "https://github.com/harfbuzz/harfbuzz/releases/download/${VERSION}/${FILENAME}")
Expand All @@ -7,7 +7,7 @@ set(URLS "https://github.com/harfbuzz/harfbuzz/releases/download/${VERSION}/${FI
vcpkg_download_distfile(ARCHIVE
URLS ${URLS}
FILENAME ${FILENAME}
SHA512 2700b560727d9c4440ad9c74a170b857f20f9e553e5d98b0c4bcf086a25ba644149d7c89009a41d964af7a924efcc486da4dcbfa5cc4d47f9f10e9b6b8c689af
SHA512 3fb7dda6e51496337698d46cebe623f678a4e5b0f006be6e1309143a82408a362c149812477e083e14811a5cba565d76eb2c0804f5e1bbea7e1bf83678176048
)

# Patches
Expand Down
2 changes: 1 addition & 1 deletion ports/harfbuzz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harfbuzz",
"version": "9.0.0",
"version": "10.0.1",
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"license": "MIT-Modern-Variant",
Expand Down

0 comments on commit bc626ff

Please sign in to comment.