Skip to content

Commit

Permalink
[sobjectizer] updated to 5.5.24.1 (#5176)
Browse files Browse the repository at this point in the history
* sobjectizer-v5.5.24 and so5extra-v1.2.2

* sobjectizer updated to v.5.5.24.1
  • Loading branch information
eao197 authored and Codiferous committed Jan 17, 2019
1 parent b6fe5b5 commit 2d0e674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/sobjectizer/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: sobjectizer
Version: 5.5.24
Version: 5.5.24.1
Description: SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.
4 changes: 2 additions & 2 deletions ports/sobjectizer/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include(vcpkg_common_functions)

set(VERSION 5.5.24)
set(VERSION 5.5.24.1)
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 d33b5660fb6d7b1182d68069bb86782dd7632071723762875d88dd6d67353f6913b25e0574d87e06b86f472608631f59c3e26dc9c67cda9f8223454ae758b524
SHA512 a7b8b57626e99588f79e14594dea1cdfe7fea455f01fe4fde9c397b3086c0a9f0c3cb75b531cc8c40a3f38729729ec6764d450ed7fc626ae79e2f2de7cd2a98e
)
vcpkg_extract_source_archive(${ARCHIVE})

Expand Down

0 comments on commit 2d0e674

Please sign in to comment.