mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +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: 3d200296e3
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()
|
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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue