mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Meta: Update ICU to version 74.2#2
There is no functional change here, but they added an error message to the install output to indicate what host tools need to be installed. This has tripped some people up, so it seems worth updating to.
This commit is contained in:
parent
946a09d355
commit
2f66d7b3ba
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/2f66d7b3ba Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/249
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ if [ "$ci" -eq 0 ]; then
|
|||
fi
|
||||
|
||||
GIT_REPO="https://github.com/microsoft/vcpkg.git"
|
||||
GIT_REV="01f602195983451bc83e72f4214af2cbc495aa94" # 2024.05.24
|
||||
GIT_REV="f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15
|
||||
PREFIX_DIR="$DIR/Local/vcpkg"
|
||||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
||||
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "fontconfig",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
{
|
||||
"name": "icu",
|
||||
"version": "74.2#1"
|
||||
"version": "74.2#2"
|
||||
},
|
||||
{
|
||||
"name": "libjpeg-turbo",
|
||||
|
|
Loading…
Reference in a new issue