[caf] Update to 1.1.0 (#48548)

This commit is contained in:
SunBlack
2025-11-29 07:23:27 +01:00
committed by GitHub
parent 93448fb15d
commit de93bb1222
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 496bca714b3d84dafe155f775229e1b6190aae092ab82f8c098af4b0268cd565b980624e93436f5ccba34bac350c62a03ff46b9bddaa1c9bc646d78a2338c53a
SHA512 64e504513694b351eec954baae4c243dc3d273cc893094548be31131abfc5bd4eb3968ab6326b26d1b9de8454c1511104a46a4e81c9ff73f54028592abc9f410
HEAD_REF main
PATCHES
fix_dependency.patch

View File

@@ -1,6 +1,6 @@
{
"name": "caf",
"version": "1.0.2",
"version": "1.1.0",
"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

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

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "51a8e4c9f38d423f3d79fd7cd9888f30f7b91e5c",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "86e73f510944cefac001f43a61cb7196365c713c",
"version": "1.0.2",