mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[lwlog] update to 1.4.0 (#46181)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ChristianPanov/lwlog
|
||||
REF "v${VERSION}"
|
||||
SHA512 e4332bdb04617ebd38efd19367290ed69d36f6ed1d9c61a907f0639b5a58feaba715f807286291a923482d935eba971afa8db000d0b70611c1f97bf541c6229e
|
||||
SHA512 46615bb9680d847614955c5c371fc1b7f0e2741e240469fb220a62eb64b4caad5161fc741e4ebe3af4c37bb7db413702203c3fa5e4365a5b69aee24401873de4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "lwlog",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"description": "Very fast synchronous and asynchronous C++17 logging library",
|
||||
"homepage": "https://github.com/ChristianPanov/lwlog",
|
||||
"license": "MIT",
|
||||
"supports": "!android & !(arm & windows)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@@ -5957,7 +5957,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"lwlog": {
|
||||
"baseline": "1.3.1",
|
||||
"baseline": "1.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"lz4": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fe054b794cce748266ed79c51086309d5d856abb",
|
||||
"version": "1.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ce044a8ff684960b49bd0a843015ac25ca749e3c",
|
||||
"version": "1.3.1",
|
||||
|
||||
Reference in New Issue
Block a user