diff --git a/ports/json-rpc-cxx/portfile.cmake b/ports/json-rpc-cxx/portfile.cmake index cd1b8f21f2..1a756e55b1 100644 --- a/ports/json-rpc-cxx/portfile.cmake +++ b/ports/json-rpc-cxx/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jsonrpcx/json-rpc-cxx REF "v${VERSION}" - SHA512 0b8f2b1c8ff95bee14585f6b363f6aa4bf046e3905f7a65cf2e562e5c9181a3ba882baded36fab4d3ff9ac5b2f3245eeb54260f2163491af7fba264ff547f6d8 + SHA512 fa4ee807dd29027edd86949a8632adede77c3706406e6b78a8b6e38003f80103082ef70e0b89293a608db238d6f5662669b69cf0cb3d607bcc959c8801c5f3e0 HEAD_REF master PATCHES fix-config.patch diff --git a/ports/json-rpc-cxx/vcpkg.json b/ports/json-rpc-cxx/vcpkg.json index 2030a0e2f6..063e87308b 100644 --- a/ports/json-rpc-cxx/vcpkg.json +++ b/ports/json-rpc-cxx/vcpkg.json @@ -1,6 +1,6 @@ { "name": "json-rpc-cxx", - "version": "0.3.1", + "version": "0.3.2", "description": "A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.", "homepage": "https://github.com/jsonrpcx/json-rpc-cxx", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index c84c796933..423511875e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3849,7 +3849,7 @@ "port-version": 0 }, "json-rpc-cxx": { - "baseline": "0.3.1", + "baseline": "0.3.2", "port-version": 0 }, "json-schema-validator": { diff --git a/versions/j-/json-rpc-cxx.json b/versions/j-/json-rpc-cxx.json index b28d568205..93f7b70263 100644 --- a/versions/j-/json-rpc-cxx.json +++ b/versions/j-/json-rpc-cxx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d1470b7bf2e3b95a53d6f8ec3aceadc30cab7f25", + "version": "0.3.2", + "port-version": 0 + }, { "git-tree": "e5c4ccb3e679891167fa7d4b6a14ac5dbae14c40", "version": "0.3.1",