Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cereal] Update to 1.3.0 #8913

Merged
merged 2 commits into from Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/cereal/CONTROL
@@ -1,4 +1,4 @@
Source: cereal
Version: 1.2.2-2
Version: 1.3.0
Homepage: https://github.com/USCiLab/cereal
Description: a header-only C++11 serialization library (built in support for binary, XML and JSon)
6 changes: 3 additions & 3 deletions ports/cereal/portfile.cmake
Expand Up @@ -5,9 +5,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO USCiLab/cereal
REF v1.2.2
SHA512 9567b2e19add9446b24f8afd122eea09ba6ecd1a090335cf0ab31fdc8f64c6c97daa3d9eaf0801c36a770737488e0eebf81d96d7b7a65deed30da6130f2d47eb
HEAD_REF develop
REF v1.3.0
SHA512 2bb640a222d4efe7c624c6ec3e755fecae00ef59e91c4db462e233546c5afe73c065ba1d16d9600f7cd3cc185593109148008b0b2b870208e2f1d6984fd40c72
HEAD_REF master
)

vcpkg_configure_cmake(
Expand Down