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] Fix build failure. #28368

Merged
merged 6 commits into from
Dec 19, 2022
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
5 changes: 4 additions & 1 deletion ports/expat/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
vcpkg_minimum_required(VERSION 2022-10-12)
string(REPLACE "." "_" REF "R_${VERSION}")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libexpat/libexpat
REF R_2_5_0
REF "${REF}"
SHA512 779f0d0f3f2d8b33db0fd044864ab5ab1a40f20501f792fe90ad0d18de536c4765c3749f120e21fec11a0e6c89af1dc576d1fe261c871ca44a594f7b61fd1d9e
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,7 +1,7 @@
{
"name": "expat",
"version": "2.5.0",
"port-version": 1,
"port-version": 2,
"description": "XML parser library written in C",
"homepage": "https://github.com/libexpat/libexpat",
"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 @@ -2206,7 +2206,7 @@
},
"expat": {
"baseline": "2.5.0",
"port-version": 1
"port-version": 2
},
"expected-lite": {
"baseline": "0.6.2",
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": "fcad5bc870991726ccb6cc02760d2a5422257bbd",
"version": "2.5.0",
"port-version": 2
},
{
"git-tree": "5da852ba8ea975e8f950bf766129724327232861",
"version": "2.5.0",
Expand Down