aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/sobjectizer/portfile.cmake4
-rw-r--r--ports/sobjectizer/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sobjectizer/portfile.cmake b/ports/sobjectizer/portfile.cmake
index 49fa62638..1a1cd2f8d 100644
--- a/ports/sobjectizer/portfile.cmake
+++ b/ports/sobjectizer/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/sobjectizer
- REF 6d88ea2741a6c50ac8bb2bf96f669ca21300373a # v.5.7.2.4
- SHA512 3cef0542737dc844adcb2c6df0a84c88a95616ca634503f4edc7a5a60909269262c0a36e28ce7f761001e5572d03d8c7fe23f7e4615a2e7e8a17b16dd54fdfb3
+ REF 99c1fd14903f6190e1e4cdcc6855e34f11c93353 # v.5.7.2.5
+ SHA512 48ac886699b875ac8666b8d709bcf3c8cee2e543b34172a343f535755481294fec9795c284b4ff3bd249c9af4a859270f7b91510e878f52655d5f0d639cb6c9f
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
diff --git a/ports/sobjectizer/vcpkg.json b/ports/sobjectizer/vcpkg.json
index ac3d831f0..1bb4b23e4 100644
--- a/ports/sobjectizer/vcpkg.json
+++ b/ports/sobjectizer/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "sobjectizer",
- "version": "5.7.2.4",
+ "version": "5.7.2.5",
"description": "SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.",
"homepage": "https://github.com/Stiffstream/sobjectizer",
"license": "BSD-3-Clause"