Skip to content

Commit

Permalink
[quill] Update to 3.7.0 (#37533)
Browse files Browse the repository at this point in the history
  • Loading branch information
RT2Code authored Mar 18, 2024
1 parent eacb839 commit e8394b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/quill/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO odygrd/quill
REF v${VERSION}
SHA512 65aa38c0c279916b6a861587834deff393fd2d7bdbcdc9b91de922a72e90d813581db20a822d47c3c4ee2c46da09a10ed4020d06fc2bf456c54e1469f3ce66ef
SHA512 7adf5ac68324e0f5dd1b3e6816d1e8313cb349b721a145325e8fce9428da9b1f3121a0f63fcdfe1e2e41356230d73f069ee35379930543589a2241e31b5df1c0
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/quill/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill",
"version": "3.6.0",
"version": "3.7.0",
"description": "C++14 Asynchronous Low Latency Logging Library",
"homepage": "https://github.com/odygrd/quill/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7453,7 +7453,7 @@
"port-version": 9
},
"quill": {
"baseline": "3.6.0",
"baseline": "3.7.0",
"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": "81e17cd69f71a64d4847ab108ed917613cc53d2b",
"version": "3.7.0",
"port-version": 0
},
{
"git-tree": "b89cd42d5b7c6ea3fb7ca7daa2469d661b9f4b94",
"version": "3.6.0",
Expand Down

0 comments on commit e8394b0

Please sign in to comment.