mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
[quill] Upgrade to 1.6.2 (#16931)
* update quill to 1.6.2 * update json file
This commit is contained in:
parent
58d3efbc99
commit
c6034033c4
@ -1,7 +1,7 @@
|
|||||||
Source: quill
|
Source: quill
|
||||||
Version: 1.6.1
|
Version: 1.6.2
|
||||||
Port-Version: 1
|
Port-Version: 0
|
||||||
Homepage: https://github.com/odygrd/quill/
|
Homepage: https://github.com/odygrd/quill/
|
||||||
Description: C++14 Asynchronous Low Latency Logging Library
|
Description: C++14 Asynchronous Low Latency Logging Library
|
||||||
Supports: !(arm|uwp|android)
|
Supports: !(uwp|android)
|
||||||
Build-Depends: fmt
|
Build-Depends: fmt
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
|
vcpkg_fail_port_install(ON_TARGET "uwp")
|
||||||
|
|
||||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO odygrd/quill
|
REPO odygrd/quill
|
||||||
REF v1.6.1
|
REF v1.6.2
|
||||||
SHA512 108a93108b0e8fa99a9d76ec4bcadd3ad477d871f274ad832fc0d15538c632a787b83b8a8134f750b613eb08a2742aebf3e79726ac430a7e1dd16c42a62f57f3
|
SHA512 c1db04c96c70b6bced38ecc83b4bba9e60b02cf13ff48ab92132ceb828414fcf046cb2c41337a4ae321b0bad8598eb280a7edcc30e0720d7609898e15d514380
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -5113,8 +5113,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"quill": {
|
"quill": {
|
||||||
"baseline": "1.6.1",
|
"baseline": "1.6.2",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"quirc": {
|
"quirc": {
|
||||||
"baseline": "1.1",
|
"baseline": "1.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "0e3b811db3b65c4239a657bfd1a2fae470a8096a",
|
||||||
|
"version-string": "1.6.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "aa542e38f0f2480e495b785840e919d46a1d58d5",
|
"git-tree": "aa542e38f0f2480e495b785840e919d46a1d58d5",
|
||||||
"version-string": "1.6.1",
|
"version-string": "1.6.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user