Ports/harfbuzz: Upgrade to 9.0.0

This fixes building with clang.
This commit is contained in:
sdomi 2024-08-01 23:53:12 +02:00 committed by Nico Weber
parent ad64243bb9
commit c0f58505bc
2 changed files with 3 additions and 3 deletions

View file

@ -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 |

View file

@ -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")