[caf] update to 1.0.2 (#41965)

Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
Mengna-Li 2024-11-05 08:47:42 +00:00 committed by GitHub
parent 2a31387236
commit fc90608b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO actor-framework/actor-framework
REF "${VERSION}"
SHA512 0849a0b17a2c011142dd56ff88b01d764dc57b40de5d8467bcf1aa2ddd7540415228dc05f8652b9534e18fb8c2e28465bf881fe1e1bf5c7f9919cfb3edd573d3
SHA512 496bca714b3d84dafe155f775229e1b6190aae092ab82f8c098af4b0268cd565b980624e93436f5ccba34bac350c62a03ff46b9bddaa1c9bc646d78a2338c53a
HEAD_REF main
PATCHES
fix_dependency.patch

View File

@ -1,6 +1,6 @@
{
"name": "caf",
"version": "1.0.1",
"version": "1.0.2",
"description": "an open source implementation of the actor model for C++ featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
"homepage": "https://github.com/actor-framework/actor-framework",
"license": "BSD-3-Clause",

View File

@ -1481,7 +1481,7 @@
"port-version": 0
},
"caf": {
"baseline": "1.0.1",
"baseline": "1.0.2",
"port-version": 0
},
"cairo": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "86e73f510944cefac001f43a61cb7196365c713c",
"version": "1.0.2",
"port-version": 0
},
{
"git-tree": "2cb6b24903b98d8335f18f4964ce6823550b836b",
"version": "1.0.1",