Skip to content

Commit

Permalink
[quill] Update to 2.3.3 (microsoft#27891)
Browse files Browse the repository at this point in the history
* [quill] Update to 2.3.3

* [quill] Update version files

* [quill] Enable uwp support

* [quill] Update version files
  • Loading branch information
RT2Code authored Nov 18, 2022
1 parent 7d9775a commit 2375322
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/quill/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO odygrd/quill
REF v2.3.2
SHA512 e6926aea20d198767900df9cbd63b6533fa42a890429e5ae2065b4a247deca3177817777e79a61bbd4edc2ee5c16b9ff4de14c5fb7d845f215ac9167abd49561
REF v2.3.3
SHA512 3e30c5f4f2bc1aefa6c81fa34f3449ffe713de1f9205bd72c71ffa639db35f3d798f24e1c10e2ac5586209d4e2f021d0c6dcb4197c2717c31b89d1316ca0599c
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/quill/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "quill",
"version": "2.3.2",
"version": "2.3.3",
"description": "C++14 Asynchronous Low Latency Logging Library",
"homepage": "https://github.com/odygrd/quill/",
"license": "MIT",
"supports": "!(uwp | android)",
"supports": "!android",
"dependencies": [
"fmt",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6417,7 +6417,7 @@
"port-version": 8
},
"quill": {
"baseline": "2.3.2",
"baseline": "2.3.3",
"port-version": 0
},
"quirc": {
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/quill.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8b2ab7a8f72bd483d07a6fbafc08a4be9948e975",
"version": "2.3.3",
"port-version": 0
},
{
"git-tree": "384141a2266ca5073f31307b4c1103cb532b5b65",
"version": "2.3.2",
Expand Down

0 comments on commit 2375322

Please sign in to comment.