diff --git a/ports/quantlib/portfile.cmake b/ports/quantlib/portfile.cmake index 25a8810cba..a18336ffee 100644 --- a/ports/quantlib/portfile.cmake +++ b/ports/quantlib/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO lballabio/QuantLib REF "v${VERSION}" - SHA512 a7854d6ff5810708c7289ba2aab7cb72040ec0ddc116fc8d39e983277ce4edc2bcf59ac63c4d71135cec7d85f43c6a4ca17353a9c060153564d002f98c54d1c9 + SHA512 d67d103ae1affcb9a6baa66b767377ffe22cd3ce308709ada261e0775bdb5bb64471801db75ca78108f3ae5b0c0178c1bfe2ed119f82b7d4f8f3715fdd64aef3 HEAD_REF master ) diff --git a/ports/quantlib/vcpkg.json b/ports/quantlib/vcpkg.json index 6a46e0eb41..9724eac106 100644 --- a/ports/quantlib/vcpkg.json +++ b/ports/quantlib/vcpkg.json @@ -1,6 +1,6 @@ { "name": "quantlib", - "version": "1.32", + "version": "1.33", "description": "The QuantLib C++ library", "homepage": "https://www.quantlib.org/", "license": "BSD-3-Clause", @@ -10,6 +10,7 @@ "boost-algorithm", "boost-any", "boost-assert", + "boost-bimap", "boost-bind", "boost-config", "boost-core", diff --git a/versions/baseline.json b/versions/baseline.json index 3bd803cf95..da16ff6e63 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7345,7 +7345,7 @@ "port-version": 0 }, "quantlib": { - "baseline": "1.32", + "baseline": "1.33", "port-version": 0 }, "quaternions": { diff --git a/versions/q-/quantlib.json b/versions/q-/quantlib.json index 3708d91dde..5345552d90 100644 --- a/versions/q-/quantlib.json +++ b/versions/q-/quantlib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3180c49a9f9f6091aafc085dc5fc132c9ec67f9c", + "version": "1.33", + "port-version": 0 + }, { "git-tree": "8c1dde04a75974f93af79e0ee812e43f1260ab4b", "version": "1.32",