sobjectizer updated to v.5.5.24.3 (#5627)

This commit is contained in:
eao197 2019-03-11 10:04:32 +03:00 committed by Phil Christensen
parent 14dc7af3b1
commit f756f5066a
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: sobjectizer
Version: 5.5.24.2
Version: 5.5.24.3
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.24.2)
set(VERSION 5.5.24.3)
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 50c80efc780850c394f3966f202ce45cde2cbef470ee6ead9c62239a1e9b60b28a970d8b217eca713b09118fbe4a8fc974a35f754d2f3ed395e2752bccd3e330
SHA512 b3421dd2c84d9143a425f2144ce8810a75a55182316107f72513ee931d737e7f86867640010cab0e67ff6d3ea79ebe9eda22b7f1876b632b1575dfc52de3eeef
)
vcpkg_extract_source_archive(${ARCHIVE})