diff options
| author | eao197 <eao197@users.noreply.github.com> | 2021-09-16 20:44:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 10:44:01 -0700 |
| commit | f4a1f538b5f78c4626f6a8027a0333d4eb475d2b (patch) | |
| tree | 8c396df35c4f848ad9174133ae17ab410e8bdd1c /ports | |
| parent | 0aa142284922ebf60007c42dabead5fb8101a846 (diff) | |
| download | vcpkg-f4a1f538b5f78c4626f6a8027a0333d4eb475d2b.tar.gz vcpkg-f4a1f538b5f78c4626f6a8027a0333d4eb475d2b.zip | |
[sobjectizer] Update to 5.7.2.6 (#20191)
* SObjectizer updated to 5.7.2.6.
* Baseline updated with sobjectizer-5.7.2.6.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sobjectizer/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/sobjectizer/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sobjectizer/portfile.cmake b/ports/sobjectizer/portfile.cmake index 1a1cd2f8d..b6932058e 100644 --- a/ports/sobjectizer/portfile.cmake +++ b/ports/sobjectizer/portfile.cmake @@ -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 ) diff --git a/ports/sobjectizer/vcpkg.json b/ports/sobjectizer/vcpkg.json index 1bb4b23e4..82297030b 100644 --- a/ports/sobjectizer/vcpkg.json +++ b/ports/sobjectizer/vcpkg.json @@ -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" |
