[sobjectizer] Update to 5.7.2.4 (#17862)

* SObjectizer updated to the latest version.

* Command `x-add-version` applied for the latest sobjectizer.
This commit is contained in:
eao197 2021-05-13 00:11:34 +03:00 committed by GitHub
parent 7b1016e10e
commit 3547057486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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 20379c163b7e361dd72e2dfa5356ff59fe886cb1 # v.5.7.2.3 REF 6d88ea2741a6c50ac8bb2bf96f669ca21300373a # v.5.7.2.4
SHA512 74f5fc91a8e64b7ce3c5ba5c97ce1f495624799bb63a01453262f17d9128ad00e8d93cdf537a67dbab6d08525796263c83c187506bed1c3eabcfa2baf49f43a9 SHA512 3cef0542737dc844adcb2c6df0a84c88a95616ca634503f4edc7a5a60909269262c0a36e28ce7f761001e5572d03d8c7fe23f7e4615a2e7e8a17b16dd54fdfb3
) )
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC ) string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )

View File

@ -1,6 +1,6 @@
{ {
"name": "sobjectizer", "name": "sobjectizer",
"version": "5.7.2.3", "version": "5.7.2.4",
"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.",
"homepage": "https://github.com/Stiffstream/sobjectizer", "homepage": "https://github.com/Stiffstream/sobjectizer",
"license": "BSD-3-Clause" "license": "BSD-3-Clause"

View File

@ -5665,7 +5665,7 @@
"port-version": 0 "port-version": 0
}, },
"sobjectizer": { "sobjectizer": {
"baseline": "5.7.2.3", "baseline": "5.7.2.4",
"port-version": 0 "port-version": 0
}, },
"soci": { "soci": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "46fcfdf013beb303bdf96ba55dbdb7c9bb175c12",
"version": "5.7.2.4",
"port-version": 0
},
{ {
"git-tree": "3c620a2c9fef044243960bce44d471b818ddda98", "git-tree": "3c620a2c9fef044243960bce44d471b818ddda98",
"version": "5.7.2.3", "version": "5.7.2.3",