From 99cb51e8133d48a3aa15dba51f5e678d9bbc87ae Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 6 Feb 2025 15:08:48 +0100 Subject: [PATCH] build: Updated vcpkg baseline --- dist/macOS/arm64.Dockerfile | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index 7541f85b3..0b6e526af 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -35,7 +35,7 @@ EOF ## Download libmagic ### Clone libmagic -RUN git clone --depth 1 --branch FILE5_45 https://github.com/file/file /mnt/file +RUN git clone --depth 1 --branch FILE5_46 https://github.com/file/file /mnt/file ### Download libmagic dependencies RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y libtool autoconf diff --git a/vcpkg.json b/vcpkg.json index 5389bef9d..bb68d1b4c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "vcpkg", "version": "1.0.0", - "builtin-baseline": "19f945ab2c1e816de6bbb812fc1514e3dc52c287", + "builtin-baseline": "a0ea252731b13f28890fc4fb92a4eaa8ff19f201", "dependencies": [ "libmagic", "freetype",