mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
SObjectizer updated to v.5.7.1. (#12051)
This commit is contained in:
parent
5078169980
commit
6f33316686
@ -1,4 +1,4 @@
|
|||||||
Source: sobjectizer
|
Source: sobjectizer
|
||||||
Version: 5.7.0.1
|
Version: 5.7.1
|
||||||
Homepage: https://github.com/Stiffstream/sobjectizer
|
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.
|
Description: SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO stiffstream/sobjectizer
|
REPO stiffstream/sobjectizer
|
||||||
REF afe9fc4d9fac6157860ec4459ac7a129223be87c # v.5.7.0.1
|
REF 64e9c1062ef1bbbb67de44426f2eac55d4f5241c # v.5.7.1
|
||||||
SHA512 5dfdfa5d868f9165c3f2b2051a737c36849c3ed7fbc6a4c857ce8f079dee8636e311b6ad5a4510fb36d3888601bfddb063bd8f880fd7107293e6096e34253148
|
SHA512 aa8f1bc982f1212fd040bb68c52d824f518104f1e5ce6af884ec57ffb70334148765fd44c5f883458e7733cf28ace380c349e68d8dbe19564374ab0afb0b969a
|
||||||
)
|
)
|
||||||
|
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||||
|
Loading…
Reference in New Issue
Block a user