[quill] update to 1.5.2 (#14448)

This commit is contained in:
Odysseas Georgoudis 2020-11-10 00:39:27 +02:00 committed by GitHub
parent e4a4639047
commit 0642ac4c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: quill
Version: 1.4.1
Version: 1.5.2
Homepage: https://github.com/odygrd/quill/
Description: C++14 Asynchronous Low Latency Logging Library
Supports: !(arm|uwp|android)

View File

@ -4,8 +4,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO odygrd/quill
REF 94cecd870236410016db692a68114e547be6578c # v1.4.1
SHA512 de13d62fa4fe1d68b5475df4d2e97ffb0c5028bedc6cd652fbe280ee4bf665ab01002928c55342f671997265a71018c88fd5150f97084d338b5d7adaa60a0361
REF 5a4dbedd2e59249719f0053b86f521c2b8cfca83 # v1.5.2
SHA512 3328d13acf65364ee51fa954e279e854c867d542ec1dc6ce0ee1385fd53a9105009f56d8fa5ccd6e623dc19dba25e7b3ce0f4974756e9a461e77a05ce1a3aac2
HEAD_REF master
)