Skip to content

Commit a621075

Browse files
authored
[lexbor] update to 2.7.0 (#50452)
1 parent b00467f commit a621075

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

ports/lexbor/portfile.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO lexbor/lexbor
44
REF v${VERSION}
5-
SHA512 5fb5c0f31b873ba669b784f914cf4e688d80e5fdbe06797add19334dcf54a9ffd76923f38600913df6bdd9a40475a27368a09a847515c7929353c25ace5048d4
5+
SHA512 ad2b333e2802b9e05fea461c017fecaec1619c67d4e165da7fb9c6d24a77584b8e1ff0348330a61a169e19025d215e7a0a6356ce1424daf14cf3caf2b2c2dbef
66
)
77

88
vcpkg_check_features(
@@ -22,6 +22,7 @@ vcpkg_cmake_configure(
2222
-DLEXBOR_BUILD_STATIC=${BUILD_STATIC}
2323
)
2424
vcpkg_cmake_install()
25+
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/lexbor)
2526
vcpkg_copy_pdbs()
2627

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

ports/lexbor/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lexbor",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Lexbor is development of an open source HTML Renderer library.",
55
"homepage": "https://github.com/lexbor/lexbor",
66
"supports": "!uwp",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4569,7 +4569,7 @@
45694569
"port-version": 3
45704570
},
45714571
"lexbor": {
4572-
"baseline": "2.6.0",
4572+
"baseline": "2.7.0",
45734573
"port-version": 0
45744574
},
45754575
"lexilla": {

versions/l-/lexbor.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": "8230e889037d74c8c1fbaf9e48961768eff81ac6",
5+
"version": "2.7.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "0a5431cc01c45f360ecddab3f7c11e6cebfc702c",
510
"version": "2.6.0",

0 commit comments

Comments
 (0)