diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-04-25 18:50:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-25 18:50:36 -0700 |
| commit | 8a1bea28fc6cdf158dfa40ee8679c6603aa940ec (patch) | |
| tree | f00fa5e296b065fc5aedf097bd0fb8da68a4e077 | |
| parent | 609cbd2d13acc0940c624f92bd1e0d4ea957c75b (diff) | |
| parent | 4550e44e7a451ffec9160f74ea9856db40bfa47e (diff) | |
| download | vcpkg-8a1bea28fc6cdf158dfa40ee8679c6603aa940ec.tar.gz vcpkg-8a1bea28fc6cdf158dfa40ee8679c6603aa940ec.zip | |
Merge pull request #3256 from eao197/master
sobjectizer updated to v.5.5.22
| -rw-r--r-- | ports/sobjectizer/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sobjectizer/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sobjectizer/CONTROL b/ports/sobjectizer/CONTROL index 7843e5622..839c2ed42 100644 --- a/ports/sobjectizer/CONTROL +++ b/ports/sobjectizer/CONTROL @@ -1,3 +1,3 @@ Source: sobjectizer -Version: 5.5.21 +Version: 5.5.22 Description: SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels. diff --git a/ports/sobjectizer/portfile.cmake b/ports/sobjectizer/portfile.cmake index b03b55b24..ed6b3f844 100644 --- a/ports/sobjectizer/portfile.cmake +++ b/ports/sobjectizer/portfile.cmake @@ -1,12 +1,12 @@ include(vcpkg_common_functions) -set(VERSION 5.5.21) +set(VERSION 5.5.22) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/so-${VERSION}/dev) vcpkg_download_distfile(ARCHIVE URLS "https://sourceforge.net/projects/sobjectizer/files/sobjectizer/SObjectizer%20Core%20v.5.5/so-${VERSION}.zip" FILENAME "so-${VERSION}.zip" - SHA512 eaee9e27b751307a540df34ca368f5253e191b3079c1222737d4ccc1800006d35ad8411cec0aec862a7ee00d7cc3c1e4494434d4aef7adb89655e99b5d4caf41 + SHA512 0f7c109a890fc4271a4f45ff009811d5d7479cec86ce8f6a312979bfd07a55e46069511d7868e1c7bf29e5ff6495d22d71fd3ba2b1253b2fb9299657d7b0384d ) vcpkg_extract_source_archive(${ARCHIVE}) |
