mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[sobjectizer] update to 5.8.5 (#48392)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stiffstream/sobjectizer
|
||||
REF "v.${VERSION}"
|
||||
SHA512 8598f28ebfda5b44cd7d283d16d872890afa89901f18dbba126d9939f32e0cbf7d7ff593383752bfe853b70043ef890f9785686ddd80ebe3241fddfdf569c916
|
||||
REF "v${VERSION}"
|
||||
SHA512 03cda1a58a0d2b643bfeb721de385715341bc9864c0ed397345e8c9b2627e1434ba6c02bf68966271886562f0be357e89d398ec6e8b97b0523e0bcdde714e8fb
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sobjectizer",
|
||||
"version": "5.8.4",
|
||||
"version": "5.8.5",
|
||||
"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",
|
||||
|
||||
@@ -9129,7 +9129,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sobjectizer": {
|
||||
"baseline": "5.8.4",
|
||||
"baseline": "5.8.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"soci": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c0ceb1200b06ca54540c461585b3b2d3d308f71",
|
||||
"version": "5.8.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "083a9ece447927d6cbe0018a4e6133a6ff9f10c1",
|
||||
"version": "5.8.4",
|
||||
|
||||
Reference in New Issue
Block a user