mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Update vcpkg to the September 2024 build
This commit is contained in:
parent
f25676dea1
commit
ea4a6c347f
Notes:
github-actions[bot]
2024-09-19 18:08:18 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/ea4a6c347f1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1449 Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ if [ "$ci" -eq 0 ]; then
|
|||
fi
|
||||
|
||||
GIT_REPO="https://github.com/microsoft/vcpkg.git"
|
||||
GIT_REV="3508985146f1b1d248c67ead13f8f54be5b4f5da" # 2024.08.23
|
||||
GIT_REV="a39a74405f277773aba08018bb797cb4a6614d0c" # 2024.09.19
|
||||
PREFIX_DIR="$DIR/Local/vcpkg"
|
||||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da",
|
||||
"builtin-baseline": "a39a74405f277773aba08018bb797cb4a6614d0c",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
|
|
Loading…
Reference in a new issue