SObjectizer updated to v.5.7.2. (#14844)

This commit is contained in:
eao197 2020-11-30 22:04:05 +03:00 committed by GitHub
parent f6dabc0250
commit 7be127628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +0,0 @@
Source: sobjectizer
Version: 5.7.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 64e9c1062ef1bbbb67de44426f2eac55d4f5241c # v.5.7.1
SHA512 aa8f1bc982f1212fd040bb68c52d824f518104f1e5ce6af884ec57ffb70334148765fd44c5f883458e7733cf28ace380c349e68d8dbe19564374ab0afb0b969a
REF 0f261d1f2352d56854bf940dabdd9a4ad527be24 # v.5.7.2
SHA512 f5b63a82ecc99151ae0b5870f040b59e000c159958232427b1aefa135def722f377906e59cc99e2f0139b36f6f2f2678dff8d8acd03ab03e0b87a4af4f678f13
)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)

View File

@ -0,0 +1,7 @@
{
"name": "sobjectizer",
"version-string": "5.7.2",
"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"
}