Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/lwlog/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 ChristianPanov/lwlog
REF "v${VERSION}"
SHA512 46615bb9680d847614955c5c371fc1b7f0e2741e240469fb220a62eb64b4caad5161fc741e4ebe3af4c37bb7db413702203c3fa5e4365a5b69aee24401873de4
SHA512 882bedcbab5c68c9c10874aa0531e6c25416e7b0922eeec2ba7081a9a6e19bd35b4d2b64b7d2a7b3baae5a650f428f2cd21a7e796ff5caa91fe94518ea50f76f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/lwlog/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwlog",
"version": "1.4.0",
"version": "1.5.0",
"description": "Very fast synchronous and asynchronous C++17 logging library",
"homepage": "https://github.com/ChristianPanov/lwlog",
"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 @@ -6121,7 +6121,7 @@
"port-version": 1
},
"lwlog": {
"baseline": "1.4.0",
"baseline": "1.5.0",
"port-version": 0
},
"lz4": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lwlog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1a4fdf7b2b31c56b50894d1b3841b75900707eba",
"version": "1.5.0",
"port-version": 0
},
{
"git-tree": "fe054b794cce748266ed79c51086309d5d856abb",
"version": "1.4.0",
Expand Down
Loading