[Quill] update to v1.3.1 (#11326)

* Quill update to 1.3.1

* revert arm64 changes
This commit is contained in:
Odysseas Georgoudis 2020-05-16 00:55:20 +01:00 committed by GitHub
parent fea5813728
commit e80570f120
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.2.1
Version: 1.3.1
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 18271f251ccd5244c0052ed0565a1ada517f5c25 #v1.2.1
SHA512 87e3ff15a5033f3a76702e42403490e6fc4417712f166756c1e8a179451a0cb46a9d58555bf71d3cd87905a0befa027b6f26a28c2656e6589382879c4ca28ea5
REF 3d72126ab749277267c45da80b65ee76aaafff6d #v1.3.1
SHA512 06ca205d291cb5161bc956b472c00e791d8ff9bd512ac4b9d3592e0f5af19aac425836d77131d0294ceea83aaec386dbdb86179cf93fbb0c3972e5547c216287
HEAD_REF master
)