Skip to content

Commit

Permalink
[quill] Update to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Poldraunic committed Oct 25, 2024
1 parent cff6ed4 commit 7e86135
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/quill/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO odygrd/quill
REF v${VERSION}
SHA512 d12ee28e278922ee78399c1c14c2451612fa9fc2ab1f387904ffe8fe880e57c335e3d6eed8f81e50438820d1392cdbfe5a770d67fcbd3a3c7404bd195aefb4cf
SHA512 A548E15DE01EEB560D6CAF851E92B801E31A6A89365508B0C0409AB363FFB901D477B675A910DD20013D9F812F6818552E246842778A2D2DFF53BFE505EB02B1
HEAD_REF master
)

Expand All @@ -28,4 +28,4 @@ vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
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": "7.3.0",
"version": "7.4.0",
"description": "Asynchronous Low Latency C++ 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 @@ -7709,7 +7709,7 @@
"port-version": 9
},
"quill": {
"baseline": "7.3.0",
"baseline": "7.4.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": "7aeea8da61572a72a505293f4ece86842d7075bf",
"version": "7.4.0",
"port-version": 0
},
{
"git-tree": "b8aab28e69e8c787ce6fa70fd3f984978ac93ccf",
"version": "7.3.0",
Expand Down

0 comments on commit 7e86135

Please sign in to comment.