sobjectizer updated to v.5.5.23 (#4668)

This commit is contained in:
eao197 2018-11-08 10:42:01 +03:00 committed by Robert Schumacher
parent 273b8ce3d0
commit c6f4bb5aca
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: sobjectizer
Version: 5.5.22.1
Version: 5.5.23
Description: SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.

View File

@ -1,12 +1,12 @@
include(vcpkg_common_functions)
set(VERSION 5.5.22.1)
set(VERSION 5.5.23)
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 400995d23fc7e53360e75ed6c001d678fabf7965bc90288679409068aeea026af99b194935d09dcd27410da8cb05ede08efd0b1fc5e3baa0402ea1d12ea331cd
SHA512 61c2b9e42d88eafef67b38a1b517af7cbda131835d8ae60c914bd89d21e84801278292064c7ad823c0b31a376b0db68f1ee4a7e87892c2f166c39e8068d86122
)
vcpkg_extract_source_archive(${ARCHIVE})