From 7e8613555ff15ca1af3449862bf903c298c840bc Mon Sep 17 00:00:00 2001 From: Egor Krugletsov Date: Fri, 25 Oct 2024 18:17:03 +0300 Subject: [PATCH] [quill] Update to 7.4.0 --- ports/quill/portfile.cmake | 4 ++-- ports/quill/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/q-/quill.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/quill/portfile.cmake b/ports/quill/portfile.cmake index 345148933a60c0..7a85fde937b780 100644 --- a/ports/quill/portfile.cmake +++ b/ports/quill/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO odygrd/quill REF v${VERSION} - SHA512 d12ee28e278922ee78399c1c14c2451612fa9fc2ab1f387904ffe8fe880e57c335e3d6eed8f81e50438820d1392cdbfe5a770d67fcbd3a3c7404bd195aefb4cf + SHA512 A548E15DE01EEB560D6CAF851E92B801E31A6A89365508B0C0409AB363FFB901D477B675A910DD20013D9F812F6818552E246842778A2D2DFF53BFE505EB02B1 HEAD_REF master ) @@ -28,4 +28,4 @@ vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") \ No newline at end of file +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/quill/vcpkg.json b/ports/quill/vcpkg.json index 304c8b27e6eb88..490a15d28227f2 100644 --- a/ports/quill/vcpkg.json +++ b/ports/quill/vcpkg.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "7.3.0", + "version": "7.4.0", "description": "Asynchronous Low Latency C++ Logging Library", "homepage": "https://github.com/odygrd/quill/", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index c2c75f27a3fbae..f1fa3f7ec3a8eb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7709,7 +7709,7 @@ "port-version": 9 }, "quill": { - "baseline": "7.3.0", + "baseline": "7.4.0", "port-version": 0 }, "quirc": { diff --git a/versions/q-/quill.json b/versions/q-/quill.json index 64cbe158311384..ce66235b55e9e8 100644 --- a/versions/q-/quill.json +++ b/versions/q-/quill.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7aeea8da61572a72a505293f4ece86842d7075bf", + "version": "7.4.0", + "port-version": 0 + }, { "git-tree": "b8aab28e69e8c787ce6fa70fd3f984978ac93ccf", "version": "7.3.0",