From dd8383355cc01820b78b9cf7bf733750a454b334 Mon Sep 17 00:00:00 2001 From: kornes <28986062+kornes@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:35:48 +0000 Subject: [PATCH] chore: update vcpkg baseline (#4126) --- vcpkg.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index c515ff196..403ddcdbe 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,24 +2,25 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "chatterino", "version": "2.0.0", + "builtin-baseline": "5ba2b95aea2a39aa89444949c7a047af38c401c1", "dependencies": [ "benchmark", "boost-asio", - "boost-signals2", + "boost-circular-buffer", "boost-foreach", "boost-interprocess", "boost-random", + "boost-signals2", "boost-variant", - "boost-circular-buffer", "gtest", "openssl", "qt5-multimedia", "qt5-tools" ], - "builtin-baseline": "8da5d2b4503b3100b6b7bb26ffeeefd0e8a25799", "overrides": [ { - "name": "openssl", "version-string": "1.1.1n" + "name": "openssl", + "version-string": "1.1.1n" } ] }