Upgrade quill port to version 1.4.0 (#12924)

This commit is contained in:
Odysseas Georgoudis 2020-08-19 02:34:27 +03:00 committed by GitHub
parent 9e61b5748d
commit b4e4854b87
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.3.3
Version: 1.4.0
Homepage: https://github.com/odygrd/quill/
Description: C++14 Asynchronous Low Latency Logging Library
Supports: !(arm|arm64|uwp|android)

View File

@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO odygrd/quill
REF f1d244f521a117beabebbe536f8507f8b2aa2244 #v1.3.3
SHA512 1164f6089f92822f35570832873aef9d619d3da311d1f57f36fd83fd2f659255a1ea44db79948a1591d48c4ec45a7b7158a5745f37a3c940e7bc7b97d52dd85e
REF 914a76122f4f1d781fbb09a1b1d8558c794c055a # v1.4.0
SHA512 088824356c134292d9d698afcd6b8bdc6774af32e5b68217a49f13e966098eceaaa69f9a3ab6d01869f1c5ad483daedd5859496efe3d0e07f51af7e64861695c
HEAD_REF master
)