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 d9298f573..49fa62638 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 20379c163b7e361dd72e2dfa5356ff59fe886cb1 # v.5.7.2.3
- SHA512 74f5fc91a8e64b7ce3c5ba5c97ce1f495624799bb63a01453262f17d9128ad00e8d93cdf537a67dbab6d08525796263c83c187506bed1c3eabcfa2baf49f43a9
+ REF 6d88ea2741a6c50ac8bb2bf96f669ca21300373a # v.5.7.2.4
+ SHA512 3cef0542737dc844adcb2c6df0a84c88a95616ca634503f4edc7a5a60909269262c0a36e28ce7f761001e5572d03d8c7fe23f7e4615a2e7e8a17b16dd54fdfb3
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
diff --git a/ports/sobjectizer/vcpkg.json b/ports/sobjectizer/vcpkg.json
index 4bd98f545..ac3d831f0 100644
--- a/ports/sobjectizer/vcpkg.json
+++ b/ports/sobjectizer/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "sobjectizer",
- "version": "5.7.2.3",
+ "version": "5.7.2.4",
"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"