mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
[quill] Update to 1.6.3 (#19827)
* [quill] Update to 1.6.3 * [quill] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
This commit is contained in:
parent
3506a45eab
commit
d84a2cc46d
@ -1,7 +0,0 @@
|
||||
Source: quill
|
||||
Version: 1.6.2
|
||||
Port-Version: 0
|
||||
Homepage: https://github.com/odygrd/quill/
|
||||
Description: C++14 Asynchronous Low Latency Logging Library
|
||||
Supports: !(uwp|android)
|
||||
Build-Depends: fmt
|
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO odygrd/quill
|
||||
REF v1.6.2
|
||||
SHA512 c1db04c96c70b6bced38ecc83b4bba9e60b02cf13ff48ab92132ceb828414fcf046cb2c41337a4ae321b0bad8598eb280a7edcc30e0720d7609898e15d514380
|
||||
REF v1.6.3
|
||||
SHA512 e75aca827fe0833422da0d38df482cbc39db0e43dcc3cb791f3e2649f7022dcc448831a5ede85daf6feada60a2d5eaf312a3411abbba92fb9d76466336a7244d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
10
ports/quill/vcpkg.json
Normal file
10
ports/quill/vcpkg.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "quill",
|
||||
"version-semver": "1.6.3",
|
||||
"description": "C++14 Asynchronous Low Latency Logging Library",
|
||||
"homepage": "https://github.com/odygrd/quill/",
|
||||
"supports": "!(uwp | android)",
|
||||
"dependencies": [
|
||||
"fmt"
|
||||
]
|
||||
}
|
@ -5513,7 +5513,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"quill": {
|
||||
"baseline": "1.6.2",
|
||||
"baseline": "1.6.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"quirc": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e6ee8372d06d69dda719c955d24baa1f61924f86",
|
||||
"version-semver": "1.6.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0e3b811db3b65c4239a657bfd1a2fae470a8096a",
|
||||
"version-string": "1.6.2",
|
||||
|
Loading…
Reference in New Issue
Block a user