mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
[sobjectizer] Update to 5.7.2.6 (#20191)
* SObjectizer updated to 5.7.2.6. * Baseline updated with sobjectizer-5.7.2.6.
This commit is contained in:
parent
0aa1422849
commit
f4a1f538b5
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stiffstream/sobjectizer
|
||||
REF 99c1fd14903f6190e1e4cdcc6855e34f11c93353 # v.5.7.2.5
|
||||
SHA512 48ac886699b875ac8666b8d709bcf3c8cee2e543b34172a343f535755481294fec9795c284b4ff3bd249c9af4a859270f7b91510e878f52655d5f0d639cb6c9f
|
||||
REF 972b5310b7a486dd4d4322ffb46f1c7e15c47ef6 # v.5.7.2.6
|
||||
SHA512 0e5160981218d49beda3ed367ed34fa05c706104f68b6b06619f62a9b2a1ef92b08ddfd3ae14451e51e41bb7742789da4536289ec9d2d23dce13cdf6284108c9
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sobjectizer",
|
||||
"version": "5.7.2.5",
|
||||
"version": "5.7.2.6",
|
||||
"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"
|
||||
|
@ -6077,7 +6077,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sobjectizer": {
|
||||
"baseline": "5.7.2.5",
|
||||
"baseline": "5.7.2.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"soci": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a9d077353078063b67cad355ccb7546a0b4bfcac",
|
||||
"version": "5.7.2.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "21a89cfcbe5096e303ef5b0c2d5ab7194687891f",
|
||||
"version": "5.7.2.5",
|
||||
|
Loading…
Reference in New Issue
Block a user