Skip to content

Commit

Permalink
[sobjectizer] Update to 5.8.4 (#43254)
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 authored Jan 14, 2025
1 parent 6f29f12 commit 3afe35f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/sobjectizer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/sobjectizer
REF "v.${VERSION}"
SHA512 f8fe128b4534ad1f7324d6b7f2b290f4c6bb8bfd2acc055b6daa429f14d797aad071630ada3dcc64bc9d337b3f36c88531d162e8caa7fdbff85a27cbcac7dd45
SHA512 8598f28ebfda5b44cd7d283d16d872890afa89901f18dbba126d9939f32e0cbf7d7ff593383752bfe853b70043ef890f9785686ddd80ebe3241fddfdf569c916
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
Expand Down
2 changes: 1 addition & 1 deletion ports/sobjectizer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sobjectizer",
"version": "5.8.3",
"version": "5.8.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8517,7 +8517,7 @@
"port-version": 0
},
"sobjectizer": {
"baseline": "5.8.3",
"baseline": "5.8.4",
"port-version": 0
},
"soci": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sobjectizer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "083a9ece447927d6cbe0018a4e6133a6ff9f10c1",
"version": "5.8.4",
"port-version": 0
},
{
"git-tree": "1230863522bb2c770a8eaa5defa1cffcb4bc373f",
"version": "5.8.3",
Expand Down

0 comments on commit 3afe35f

Please sign in to comment.