Skip to content

Commit 53a7a2b

Browse files
authored
[lwlog] Update to 1.5.0 (#51716)
1 parent 2527da2 commit 53a7a2b

4 files changed

Lines changed: 27 additions & 22 deletions

File tree

ports/lwlog/portfile.cmake

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
2-
3-
vcpkg_from_github(
4-
OUT_SOURCE_PATH SOURCE_PATH
5-
REPO ChristianPanov/lwlog
6-
REF "v${VERSION}"
7-
SHA512 46615bb9680d847614955c5c371fc1b7f0e2741e240469fb220a62eb64b4caad5161fc741e4ebe3af4c37bb7db413702203c3fa5e4365a5b69aee24401873de4
8-
HEAD_REF master
9-
)
10-
11-
vcpkg_cmake_configure(SOURCE_PATH ${SOURCE_PATH})
12-
13-
vcpkg_cmake_install()
14-
15-
vcpkg_cmake_config_fixup(PACKAGE_NAME lwlog_lib CONFIG_PATH lib/cmake)
16-
17-
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
18-
19-
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
1+
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
2+
3+
vcpkg_from_github(
4+
OUT_SOURCE_PATH SOURCE_PATH
5+
REPO ChristianPanov/lwlog
6+
REF "v${VERSION}"
7+
SHA512 882bedcbab5c68c9c10874aa0531e6c25416e7b0922eeec2ba7081a9a6e19bd35b4d2b64b7d2a7b3baae5a650f428f2cd21a7e796ff5caa91fe94518ea50f76f
8+
HEAD_REF master
9+
)
10+
11+
vcpkg_cmake_configure(SOURCE_PATH ${SOURCE_PATH})
12+
13+
vcpkg_cmake_install()
14+
15+
vcpkg_cmake_config_fixup(PACKAGE_NAME lwlog_lib CONFIG_PATH lib/cmake)
16+
17+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
18+
19+
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

ports/lwlog/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "lwlog",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Very fast synchronous and asynchronous C++17 logging library",
55
"homepage": "https://github.com/ChristianPanov/lwlog",
66
"license": "MIT",
7-
"supports": "!android & !(arm & windows)",
7+
"supports": "!android & !(arm & windows) & !x86",
88
"dependencies": [
99
{
1010
"name": "vcpkg-cmake",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6253,7 +6253,7 @@
62536253
"port-version": 1
62546254
},
62556255
"lwlog": {
6256-
"baseline": "1.4.0",
6256+
"baseline": "1.5.0",
62576257
"port-version": 0
62586258
},
62596259
"lz4": {

versions/l-/lwlog.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "dcaae25bf8b5b521a2fe7591deb352f7b6286819",
5+
"version": "1.5.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "fe054b794cce748266ed79c51086309d5d856abb",
510
"version": "1.4.0",

0 commit comments

Comments
 (0)