Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/libxml2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/libxml2
REF "v${VERSION}"
SHA512 05d998e611a8b59cb6688d9432a0f8977cae94aa17b2f01a81c75333c4610b801d1b7e4d19e3206fb06eab4303a7046fc3cac9c814529c0757d61825ebb0aa4e
SHA512 2a5034a90050c24bc8b9423456e80f85fd329eaaff2e9e729e71e373fc86c1f0c46b2572838d5550532f9849338f9be818f83cba3da67cffa09509aa614e3eee
HEAD_REF master
PATCHES
cxx-for-icu.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/libxml2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libxml2",
"version": "2.15.1",
"version": "2.15.2",
"description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).",
"homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home",
"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 @@ -5841,7 +5841,7 @@
"port-version": 0
},
"libxml2": {
"baseline": "2.15.1",
"baseline": "2.15.2",
"port-version": 0
},
"libxmlb": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libxml2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "28e05659bde7604bb674dedfec50ae05a44d4a5c",
"version": "2.15.2",
"port-version": 0
},
{
"git-tree": "d6e30bfd6499bdb381bc2ceee80a3d136927fbc7",
"version": "2.15.1",
Expand Down