Skip to content

Commit

Permalink
[quickfix] does not supports arm64-osx (#27069)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Oct 3, 2022
1 parent 2f491e3 commit 1a28e9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/quickfix/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "quickfix",
"version": "1.15.1",
"port-version": 7,
"port-version": 8,
"description": "QuickFIX is a free and open source implementation of the FIX protocol.",
"homepage": "https://github.com/quickfix/quickfix",
"supports": "!uwp",
"supports": "!uwp & !(osx & arm64)",
"dependencies": [
"openssl",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6306,7 +6306,7 @@
},
"quickfix": {
"baseline": "1.15.1",
"port-version": 7
"port-version": 8
},
"quill": {
"baseline": "2.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/quickfix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a8cdc0c05fb161bb28059f93d8dc05ea60d4c118",
"version": "1.15.1",
"port-version": 8
},
{
"git-tree": "73e9e7e7bcc08f6f0f491d68cd2ff93f5571353f",
"version": "1.15.1",
Expand Down

0 comments on commit 1a28e9c

Please sign in to comment.