mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 19:46:41 +08:00
[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:
parent
7b1016e10e
commit
3547057486
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stiffstream/sobjectizer
|
||||
REF 20379c163b7e361dd72e2dfa5356ff59fe886cb1 # v.5.7.2.3
|
||||
SHA512 74f5fc91a8e64b7ce3c5ba5c97ce1f495624799bb63a01453262f17d9128ad00e8d93cdf537a67dbab6d08525796263c83c187506bed1c3eabcfa2baf49f43a9
|
||||
REF 6d88ea2741a6c50ac8bb2bf96f669ca21300373a # v.5.7.2.4
|
||||
SHA512 3cef0542737dc844adcb2c6df0a84c88a95616ca634503f4edc7a5a60909269262c0a36e28ce7f761001e5572d03d8c7fe23f7e4615a2e7e8a17b16dd54fdfb3
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"homepage": "https://github.com/Stiffstream/sobjectizer",
|
||||
"license": "BSD-3-Clause"
|
||||
|
@ -5665,7 +5665,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sobjectizer": {
|
||||
"baseline": "5.7.2.3",
|
||||
"baseline": "5.7.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"soci": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "46fcfdf013beb303bdf96ba55dbdb7c9bb175c12",
|
||||
"version": "5.7.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3c620a2c9fef044243960bce44d471b818ddda98",
|
||||
"version": "5.7.2.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user