mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
Ports/libicu: Update libicu to version 73.2
This commit is contained in:
parent
7a1ce027c3
commit
1b033fdb19
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/1b033fdb19 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
@ -150,7 +150,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||||||
| [`libgd`](libgd/) | libgd | 2.3.3 | https://libgd.github.io/ |
|
| [`libgd`](libgd/) | libgd | 2.3.3 | https://libgd.github.io/ |
|
||||||
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.47 | https://gnupg.org/software/libgpg-error/index.html |
|
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.47 | https://gnupg.org/software/libgpg-error/index.html |
|
||||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.17 | https://www.gnu.org/software/libiconv/ |
|
| [`libiconv`](libiconv/) | GNU libiconv | 1.17 | https://www.gnu.org/software/libiconv/ |
|
||||||
| [`libicu`](libicu/) | ICU | 69.1 | http://site.icu-project.org/ |
|
| [`libicu`](libicu/) | ICU | 73.2 | http://site.icu-project.org/ |
|
||||||
| [`libjodycode`](libjodycode/) | libjodycode | 3.1 | https://github.com/jbruchon/libjodycode |
|
| [`libjodycode`](libjodycode/) | libjodycode | 3.1 | https://github.com/jbruchon/libjodycode |
|
||||||
| [`libjpeg`](libjpeg/) | libjpeg | 9e | https://ijg.org/ |
|
| [`libjpeg`](libjpeg/) | libjpeg | 9e | https://ijg.org/ |
|
||||||
| [`libjxl`](libjxl/) | libjxl | 2023.09.11 | https://github.com/libjxl/libjxl |
|
| [`libjxl`](libjxl/) | libjxl | 2023.09.11 | https://github.com/libjxl/libjxl |
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='libicu'
|
port='libicu'
|
||||||
version='69.1'
|
version='73.2'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
workdir='icu/source'
|
workdir='icu/source'
|
||||||
files=(
|
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() {
|
configure() {
|
||||||
|
Loading…
Reference in New Issue
Block a user