[sobjectizer] update to v.5.7.0.1. (#11276)

This commit is contained in:
eao197 2020-05-15 22:38:02 +03:00 committed by GitHub
parent b5a2581976
commit 0b3cc398ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: sobjectizer
Version: 5.7.0
Version: 5.7.0.1
Homepage: https://github.com/Stiffstream/sobjectizer
Description: SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/sobjectizer
REF 407fb4cd25455441792d764d498badb6884cfb78 # v.5.7.0
SHA512 0a6254a2f8b2aecf18ef29202f150227a0332ec16af08895567a4d27621f200cd17c15321668ef3ce0f4e0c5cd10e3cd89a4ecc89a34615019f2b23779adc51a
REF afe9fc4d9fac6157860ec4459ac7a129223be87c # v.5.7.0.1
SHA512 5dfdfa5d868f9165c3f2b2051a737c36849c3ed7fbc6a4c857ce8f079dee8636e311b6ad5a4510fb36d3888601bfddb063bd8f880fd7107293e6096e34253148
)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)