From c0f58505bcd6fad1a65d323d5eed6b5eb632c6ca Mon Sep 17 00:00:00 2001 From: sdomi Date: Thu, 1 Aug 2024 23:53:12 +0200 Subject: [PATCH] Ports/harfbuzz: Upgrade to 9.0.0 This fixes building with clang. --- Ports/AvailablePorts.md | 2 +- Ports/harfbuzz/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 78ce9af1ca4..1fcaa9f1af0 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -118,7 +118,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`guile`](guile/) | The GNU guile programming language | 3.0.8 | https://www.gnu.org/software/guile/ | | [`gzip`](gzip/) | GNU gzip | 1.13 | https://www.gnu.org/software/gzip/ | | [`halflife`](halflife/) | Half-Life | 2022.12.26 | https://github.com/FWGS/hlsdk-portable | -| [`harfbuzz`](harfbuzz/) | HarfBuzz | 4.3.0 | https://github.com/harfbuzz/harfbuzz | +| [`harfbuzz`](harfbuzz/) | HarfBuzz | 9.0.0 | https://github.com/harfbuzz/harfbuzz | | [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.1 | https://hatari.tuxfamily.org/ | | [`hexedit`](hexedit/) | A console-based hex editor | 1.6 | https://github.com/pixel/hexedit | | [`highway`](highway/) | Highway | 1.0.7 | https://github.com/google/highway | diff --git a/Ports/harfbuzz/package.sh b/Ports/harfbuzz/package.sh index 8c1357358af..a1060681aa9 100755 --- a/Ports/harfbuzz/package.sh +++ b/Ports/harfbuzz/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='harfbuzz' -version='4.3.0' +version='9.0.0' files=( - "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz#a49628f4c4c8e6d8df95ef44935a93446cf2e46366915b0e3ca30df21fffb530" + "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz#a41b272ceeb920c57263ec851604542d9ec85ee3030506d94662067c7b6ab89e" ) useconfigure='true' depends=("freetype" "libicu")