diff --git a/ports/quickfast/vcpkg.json b/ports/quickfast/vcpkg.json index e73777755a..217a3b2ec1 100644 --- a/ports/quickfast/vcpkg.json +++ b/ports/quickfast/vcpkg.json @@ -1,11 +1,13 @@ { "name": "quickfast", - "version-string": "1.5", - "port-version": 2, + "version": "1.5", + "port-version": 3, "description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].", "homepage": "https://github.com/objectcomputing/quickfast", + "license": "BSD-3-Clause", "dependencies": [ "boost-asio", + "boost-thread", { "name": "vcpkg-cmake", "host": true diff --git a/versions/baseline.json b/versions/baseline.json index f3d3b8ed21..0b8a835516 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6714,7 +6714,7 @@ }, "quickfast": { "baseline": "1.5", - "port-version": 2 + "port-version": 3 }, "quickfix": { "baseline": "1.15.1", diff --git a/versions/q-/quickfast.json b/versions/q-/quickfast.json index 08996811a0..73a3d345b0 100644 --- a/versions/q-/quickfast.json +++ b/versions/q-/quickfast.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "77f7681738424a915e7c12e3b9ea0576c5549032", + "version": "1.5", + "port-version": 3 + }, { "git-tree": "0fccc4f826e7b7002dca145c70c29dd1c062d6d6", "version-string": "1.5",