From 5740630ac11d680bdd71cce67b3fe304ddb3f957 Mon Sep 17 00:00:00 2001 From: Zhen Date: Mon, 29 Sep 2025 13:25:54 +0800 Subject: 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. --- xmake/modules/package/manager/vcpkg/install_package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules') 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", -- cgit v1.3.1