diff options
| author | eao197 <eao197@users.noreply.github.com> | 2021-03-02 00:05:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 13:05:38 -0800 |
| commit | a44feca8c4167c9e2b7ff1d877053bc2a9ea8e9b (patch) | |
| tree | 31a7229b7320089528832115431507825f786eb3 /ports | |
| parent | e6b41b07b400e4ce5d1740c7bb45209543ca39ec (diff) | |
| download | vcpkg-a44feca8c4167c9e2b7ff1d877053bc2a9ea8e9b.tar.gz vcpkg-a44feca8c4167c9e2b7ff1d877053bc2a9ea8e9b.zip | |
[sobjectizer] update to v5.7.2.3 (#16470)
* SObjectizer updated to v.5.7.2.3.
* New ver of SObjectizer added to versions list.
* Change 'version-string' to 'version'.
* Update for sobjectizer version in versions list.
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 3bfe1b963..d9298f573 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 73b0d1bf5b4bdf543c24bc4969d2c408e0cea812 # v.5.7.2.2 - SHA512 f911900f67832be877ac1d906deb4fb03925601d91c7d9bb0dd1c789d71a5bddb8ec5e0fe361ad7cfa8787a70d09aee26b17e8dba55c0b5dc4fba2b31651442b + REF 20379c163b7e361dd72e2dfa5356ff59fe886cb1 # v.5.7.2.3 + SHA512 74f5fc91a8e64b7ce3c5ba5c97ce1f495624799bb63a01453262f17d9128ad00e8d93cdf537a67dbab6d08525796263c83c187506bed1c3eabcfa2baf49f43a9 ) string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC ) diff --git a/ports/sobjectizer/vcpkg.json b/ports/sobjectizer/vcpkg.json index fb728af77..4bd98f545 100644 --- a/ports/sobjectizer/vcpkg.json +++ b/ports/sobjectizer/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sobjectizer", - "version-string": "5.7.2.2", + "version": "5.7.2.3", "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" |
