Skip to content

Commit 24154f7

Browse files
committed
[libxmlb] update to 0.3.23
1 parent b1b1930 commit 24154f7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/libxmlb/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ vcpkg_from_github(
33
OUT_SOURCE_PATH SOURCE_PATH
44
REPO hughsie/libxmlb
55
REF "${VERSION}"
6-
SHA512 ab80012fc8c0c9b70c8d77f931cd3ff0f0f62086d9b26c490b1b942f7be8dc72d9797d5995c7edcfc36652e3562650e47b2cead87103e06077c7b7e19ec8230f
6+
SHA512 bda65f445939d12131756244ec9fa9805cfba908e176ae0dde792c1ae89b2a89a6c85e04b697d3e775f1735fa20784c64de66b4e133b02c49dd2011699839ac3
77
HEAD_REF main
88
)
99

ports/libxmlb/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libxmlb",
3-
"version": "0.3.22",
3+
"version": "0.3.23",
44
"description": "The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table where the strings have the NULs included",
55
"homepage": "https://github.com/hughsie/libxmlb/",
66
"license": "LGPL-2.1-only",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5717,7 +5717,7 @@
57175717
"port-version": 1
57185718
},
57195719
"libxmlb": {
5720-
"baseline": "0.3.22",
5720+
"baseline": "0.3.23",
57215721
"port-version": 0
57225722
},
57235723
"libxmlmm": {

versions/l-/libxmlb.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": "5e83dd70576f1607a2fab907e727b666cc2d029f",
5+
"version": "0.3.23",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "7245a7fbb379b585f611d2538fa6582a455a5212",
510
"version": "0.3.22",

0 commit comments

Comments
 (0)