diff options
| author | eao197 <eao197@users.noreply.github.com> | 2020-12-18 23:06:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 12:06:51 -0800 |
| commit | d64ecde3a60573c4f9e1a448f11c8f111abf274d (patch) | |
| tree | 7edeb9932618e74413021364a6ffb4d0a3c27f63 | |
| parent | 191e01fe2cae54072a240481ec6c7a8205f9efc0 (diff) | |
| download | vcpkg-d64ecde3a60573c4f9e1a448f11c8f111abf274d.tar.gz vcpkg-d64ecde3a60573c4f9e1a448f11c8f111abf274d.zip | |
SObjectizer updated to v.5.7.2.1. (#15182)
| -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 da0800892..8ea1b0ecc 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 0f261d1f2352d56854bf940dabdd9a4ad527be24 # v.5.7.2 - SHA512 f5b63a82ecc99151ae0b5870f040b59e000c159958232427b1aefa135def722f377906e59cc99e2f0139b36f6f2f2678dff8d8acd03ab03e0b87a4af4f678f13 + REF 04ec6fcf63eb977e9f45348b7c05b0d98c8f0b60 # v.5.7.2.1 + SHA512 b2550d7bf7f3e405fccff02ae12fd2a235016c5c8bdcfc0bb1baf3a91f90369d68b2c57dbecbc990a8627338b7dcd6b3d32b681aaf0335dde0b2672003fe38ec ) if(VCPKG_LIBRARY_LINKAGE STREQUAL static) diff --git a/ports/sobjectizer/vcpkg.json b/ports/sobjectizer/vcpkg.json index 60787967a..ab7b3369d 100644 --- a/ports/sobjectizer/vcpkg.json +++ b/ports/sobjectizer/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sobjectizer", - "version-string": "5.7.2", + "version-string": "5.7.2.1", "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" |
