Skip to content

Commit bc626ff

Browse files
committed
Update harfbuzz to v10.0.1
1 parent e8dc9fc commit bc626ff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the requirements.
6868
| [sqlite](http://sqlite.org) | 3.46.1 | 2024-08-13 |
6969
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
7070
| [freetype](https://www.freetype.org) | 2.13.3 | 2024-08-12 |
71-
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 9.0.0 | 2024-06-27 |
71+
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 10.0.1 | 2024-09-24 |
7272
| [pixman](http://www.pixman.org) | 0.42.2 | 2022-11-02 |
7373
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |
7474
| [libpsl](https://github.com/rockdaboot/libpsl) | 0.21.5 | 2024-01-13 |

ports/harfbuzz/patches/0001-Remove-icu-uc-from-pkgconfig.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 2a768cab03be7ef6cf1a6ffd061d2c2bd4cb32b0 Mon Sep 17 00:00:00 2001
1+
From 65464b145fe54fe5009f19a3cfec20a082045b14 Mon Sep 17 00:00:00 2001
22
From: Don <don.j.olmstead@gmail.com>
33
Date: Sat, 24 Sep 2022 18:57:06 -0700
44
Subject: [PATCH] Remove icu-uc from pkgconfig
@@ -20,5 +20,5 @@ index 949869a35..5be5b2686 100644
2020
Libs: -L${libdir} -lharfbuzz-icu
2121
Cflags: -I${includedir}/harfbuzz
2222
--
23-
2.45.2.windows.1
23+
2.46.1.windows.1
2424

ports/harfbuzz/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION 9.0.0)
1+
set(VERSION 10.0.1)
22

33
set(FILENAME "harfbuzz-${VERSION}.tar.xz")
44
set(URLS "https://github.com/harfbuzz/harfbuzz/releases/download/${VERSION}/${FILENAME}")
@@ -7,7 +7,7 @@ set(URLS "https://github.com/harfbuzz/harfbuzz/releases/download/${VERSION}/${FI
77
vcpkg_download_distfile(ARCHIVE
88
URLS ${URLS}
99
FILENAME ${FILENAME}
10-
SHA512 2700b560727d9c4440ad9c74a170b857f20f9e553e5d98b0c4bcf086a25ba644149d7c89009a41d964af7a924efcc486da4dcbfa5cc4d47f9f10e9b6b8c689af
10+
SHA512 3fb7dda6e51496337698d46cebe623f678a4e5b0f006be6e1309143a82408a362c149812477e083e14811a5cba565d76eb2c0804f5e1bbea7e1bf83678176048
1111
)
1212

1313
# Patches

ports/harfbuzz/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harfbuzz",
3-
"version": "9.0.0",
3+
"version": "10.0.1",
44
"description": "HarfBuzz OpenType text shaping engine",
55
"homepage": "https://github.com/harfbuzz/harfbuzz",
66
"license": "MIT-Modern-Variant",

0 commit comments

Comments
 (0)