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

[xpack]Update to 1.0.5 #31299

Merged
merged 2 commits into from
May 9, 2023
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
4 changes: 2 additions & 2 deletions ports/xpack/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xyz347/xpack
REF 137467c05badd88b8569d161f27afb498ea4ff9a
SHA512 349ff9fb9ca74bd1401d8f0f121b263e40c021fde57a500d31eb14eeba8f3d3e8d7f6f629fc696d3052095d311700aa42b7b3a0a19c61787246e6680ea27928e
REF f7985ea64426d09f9c3d65558e905b7773f9de2e
SHA512 db4793536648084868c6645306d89026e7fefddc9875dcacb6e44abf7513ff1ce690f41681a35503ba6ad0ab5510ca80418065216a1c2d8f40df6114c1eee2ab
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/xpack/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xpack",
"version-date": "2023-02-06",
"version": "1.0.5",
"description": "Convert C++ struct from/to json/xml",
"homepage": "https://github.com/xyz347/xpack",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8669,7 +8669,7 @@
"port-version": 0
},
"xpack": {
"baseline": "2023-02-06",
"baseline": "1.0.5",
"port-version": 0
},
"xproperty": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xpack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "05f0ea1a83e35833ccf855d9cb507ab1c9a99a0b",
"version": "1.0.5",
"port-version": 0
},
{
"git-tree": "5123943d7e13cfac8d5a58f7fe3cf027275e5bee",
"version-date": "2023-02-06",
Expand Down