mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:23:07 +08:00
[caf] update to 0.18.6 (#24335)
* [caf] update to 0.18.6 * update version * Correct license identifier to BSD 3 clause. https://github.com/actor-framework/actor-framework/blob/master/LICENSE Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
e66dded96c
commit
e50d5baf66
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO actor-framework/actor-framework
|
||||
REF c2be26e7f9e3e84ef14730590fc4e7b25fb9d29a # 0.18.5
|
||||
SHA512 e8d1e9417ea71c4f92f51f4f7dbb7bcc9d0468623d2202be9b4ed4411406a3b6f6fc903309b74bb130e7cf1c7a0ec349d8bc2ac8f216a28216d1c808c1bde039
|
||||
REF bfa0f83dd5c9151c263c304300c79161ae8cb595 # 0.18.6
|
||||
SHA512 58ebd40623edc0245dd38b3a2bbbda7af7d9b030155746949dfe7c4c30bdc07ee2ee84d195dc2e914d69f58c6c46bc9ad496bbc34e7cafe0530200458a4c5a76
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix_dependency.patch
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "caf",
|
||||
"version": "0.18.5",
|
||||
"version": "0.18.6",
|
||||
"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",
|
||||
"dependencies": [
|
||||
"openssl",
|
||||
{
|
||||
|
@ -1217,7 +1217,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"caf": {
|
||||
"baseline": "0.18.5",
|
||||
"baseline": "0.18.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"caffe2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "be83968f892180d5ee2f1943cf9cac3782e9111e",
|
||||
"version": "0.18.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6f4b297fc5ad4bd021fa9d72787b27e69a558237",
|
||||
"version": "0.18.5",
|
||||
|
Loading…
Reference in New Issue
Block a user