mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
SObjectizer updated to v.5.7.2. (#14844)
This commit is contained in:
parent
f6dabc0250
commit
7be127628f
@ -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.
|
|
@ -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 64e9c1062ef1bbbb67de44426f2eac55d4f5241c # v.5.7.1
|
REF 0f261d1f2352d56854bf940dabdd9a4ad527be24 # v.5.7.2
|
||||||
SHA512 aa8f1bc982f1212fd040bb68c52d824f518104f1e5ce6af884ec57ffb70334148765fd44c5f883458e7733cf28ace380c349e68d8dbe19564374ab0afb0b969a
|
SHA512 f5b63a82ecc99151ae0b5870f040b59e000c159958232427b1aefa135def722f377906e59cc99e2f0139b36f6f2f2678dff8d8acd03ab03e0b87a4af4f678f13
|
||||||
)
|
)
|
||||||
|
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||||
|
7
ports/sobjectizer/vcpkg.json
Normal file
7
ports/sobjectizer/vcpkg.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user