mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Update vcpkg to the October 2024 release
This commit is contained in:
parent
2a29e348c9
commit
3d200296e3
Notes:
github-actions[bot]
2024-11-06 17:40:36 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/3d200296e32 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1528
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ def main() -> int:
|
|||
script_dir = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
git_repo = "https://github.com/microsoft/vcpkg.git"
|
||||
git_rev = "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a" # 2024.09.30
|
||||
git_rev = "10b7a178346f3f0abef60cecd5130e295afd8da4" # 2024.10.21
|
||||
|
||||
tarball_dir = script_dir / "Tarballs"
|
||||
tarball_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"builtin-baseline": "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a",
|
||||
"builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
|
|
Loading…
Reference in a new issue