1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports/libicu: Update libicu to version 73.2

This commit is contained in:
EWouters 2023-09-01 20:45:05 +02:00 committed by Jelle Raaijmakers
parent 7a1ce027c3
commit 1b033fdb19
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libicu'
version='69.1'
version='73.2'
useconfigure='true'
use_fresh_config_sub='true'
workdir='icu/source'
files=(
"https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz#4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745"
"https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz#818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1"
)
configure() {