mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Update vcpkg to the October 2024 release
This commit is contained in:
committed by
Andrew Kaster
parent
2a29e348c9
commit
3d200296e3
@@ -11,7 +11,7 @@ def main() -> int:
|
|||||||
script_dir = pathlib.Path(__file__).parent.resolve()
|
script_dir = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
git_repo = "https://github.com/microsoft/vcpkg.git"
|
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 = script_dir / "Tarballs"
|
||||||
tarball_dir.mkdir(parents=True, exist_ok=True)
|
tarball_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"builtin-baseline": "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a",
|
"builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "curl",
|
"name": "curl",
|
||||||
|
|||||||
Reference in New Issue
Block a user