Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[expat] Update version to 2.6.4 #42149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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/expat/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libexpat/libexpat
REF "${REF}"
SHA512 370c1c8d6f6d55190ad60141c694ca16b33b020c300efd39fe90f084e3f23a63be4886bb954d126c0cecc87d8c9e8c29f38ed2b2d47775ec0293b2d63ef921d4
SHA512 6a6c5b0f6a1b2c70715701aeab688e476943704c492a0f2f8afd7fea84615a8d9569eb2b699912676058eff6a7bbdd78b48110ed67ab0250a3d41fe8f128f4e1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/expat/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expat",
"version": "2.6.3",
"version": "2.6.4",
"description": "XML parser library written in C",
"homepage": "https://github.com/libexpat/libexpat",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2629,7 +2629,7 @@
"port-version": 2
},
"expat": {
"baseline": "2.6.3",
"baseline": "2.6.4",
"port-version": 0
},
"expected-lite": {
Expand Down Expand Up @@ -5665,8 +5665,8 @@
"port-version": 1
},
"luau": {
"baseline": "0.651",
"port-version": 0
"baseline": "0.651",
"port-version": 0
},
"luminoengine": {
"baseline": "0.10.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/expat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "97dd7e516104f330e1bb5eafff10852211dbd2df",
"version": "2.6.4",
"port-version": 0
},
{
"git-tree": "9649f61e2f302f608dfb98d6f366e0a08e413487",
"version": "2.6.3",
Expand Down
Loading