diff options
| author | eao197 <eao197@users.noreply.github.com> | 2021-05-18 10:43:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:43:44 -0700 |
| commit | faf52ad89f03e50fa756d9e24455c966f7756815 (patch) | |
| tree | db444f8643889731e5ff7e60e86aa9944a605be4 /ports | |
| parent | 03c81310b52433a4137bb483b0c715aec8e70081 (diff) | |
| download | vcpkg-faf52ad89f03e50fa756d9e24455c966f7756815.tar.gz vcpkg-faf52ad89f03e50fa756d9e24455c966f7756815.zip | |
[sobjectizer] Update to 5.7.2.5 (#17936)
* SObjectizer updated to v.5.7.2.5
* Command x-add-version applied for the latest sobjectizer
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sobjectizer/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/sobjectizer/vcpkg.json | 2 |
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" |
