mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[caf] update to 1.0.2 (#41965)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
parent
2a31387236
commit
fc90608b38
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO actor-framework/actor-framework
|
REPO actor-framework/actor-framework
|
||||||
REF "${VERSION}"
|
REF "${VERSION}"
|
||||||
SHA512 0849a0b17a2c011142dd56ff88b01d764dc57b40de5d8467bcf1aa2ddd7540415228dc05f8652b9534e18fb8c2e28465bf881fe1e1bf5c7f9919cfb3edd573d3
|
SHA512 496bca714b3d84dafe155f775229e1b6190aae092ab82f8c098af4b0268cd565b980624e93436f5ccba34bac350c62a03ff46b9bddaa1c9bc646d78a2338c53a
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
PATCHES
|
||||||
fix_dependency.patch
|
fix_dependency.patch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "caf",
|
"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.",
|
"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",
|
"homepage": "https://github.com/actor-framework/actor-framework",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -1481,7 +1481,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"caf": {
|
"caf": {
|
||||||
"baseline": "1.0.1",
|
"baseline": "1.0.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cairo": {
|
"cairo": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "86e73f510944cefac001f43a61cb7196365c713c",
|
||||||
|
"version": "1.0.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "2cb6b24903b98d8335f18f4964ce6823550b836b",
|
"git-tree": "2cb6b24903b98d8335f18f4964ce6823550b836b",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user