diff options
| author | Zhen <[email protected]> | 2025-09-29 13:25:54 +0800 |
|---|---|---|
| committer | Zhen <[email protected]> | 2025-09-29 13:25:54 +0800 |
| commit | 5740630ac11d680bdd71cce67b3fe304ddb3f957 (patch) | |
| tree | bd18d2144ec34d6c7bd605f97a9490a65aee2e94 | |
| parent | 2f4d778bcbde53dd6a854f84b9070aee77b7853b (diff) | |
chore(vcpkg): bump default baseline hash
Update the default vcpkg baseline to a more recent commit (2025.09.27)
to ensure xmake uses up-to-date vcpkg ports.
| -rw-r--r-- | xmake/modules/package/manager/vcpkg/install_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/vcpkg/install_package.lua b/xmake/modules/package/manager/vcpkg/install_package.lua index 672a60c7d..021e30d9a 100644 --- a/xmake/modules/package/manager/vcpkg/install_package.lua +++ b/xmake/modules/package/manager/vcpkg/install_package.lua @@ -106,7 +106,7 @@ function _install_for_manifest(vcpkg, name, opt) end -- generate manifest, vcpkg.json - local baseline = configs.baseline or "44d94c2edbd44f0c01d66c2ad95eb6982a9a61bc" -- 2021.04.30 + local baseline = configs.baseline or "2e6fcc44573d091af0321f99c89b212997a76f1f" -- 2025.09.27 local manifest = { name = "stub", version = "1.0", |
