[quickfix] does not supports arm64-osx (#27069)

This commit is contained in:
autoantwort 2022-10-03 22:59:32 +02:00 committed by GitHub
parent 2f491e39b2
commit 1a28e9c6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -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",
{

View File

@ -6306,7 +6306,7 @@
},
"quickfix": {
"baseline": "1.15.1",
"port-version": 7
"port-version": 8
},
"quill": {
"baseline": "2.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a8cdc0c05fb161bb28059f93d8dc05ea60d4c118",
"version": "1.15.1",
"port-version": 8
},
{
"git-tree": "73e9e7e7bcc08f6f0f491d68cd2ff93f5571353f",
"version": "1.15.1",