From 1ceb7222399ec84cbfab79525ee543faef86e60c Mon Sep 17 00:00:00 2001 From: Deepnarayan Sett <71217129+steel-bucket@users.noreply.github.com> Date: Sun, 7 Dec 2025 23:22:04 +0530 Subject: [PATCH] try: New Hash Updated the builtin baseline hash for ccextractor. --- windows/vcpkg.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/vcpkg.json b/windows/vcpkg.json index 7f4b88767..81392c146 100644 --- a/windows/vcpkg.json +++ b/windows/vcpkg.json @@ -6,5 +6,6 @@ "tesseract", "ffmpeg" ], - "builtin-baseline": "ab2977be50c702126336e5088f4836060733c899" -} \ No newline at end of file + "builtin-baseline": "189fcdcb953b871d206ffada6db047496fc3f496" + +}